We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538a158 commit a73ed5fCopy full SHA for a73ed5f
1 file changed
test/corpus/expressions.txt
@@ -1364,6 +1364,8 @@ Subscript expressions
1364
1365
myArray[42]
1366
myObj["foo"]
1367
+andd[0]
1368
+andd[1]
1369
1370
--------------------------------------------------------------------------------
1371
@@ -1376,7 +1378,16 @@ myObj["foo"]
1376
1378
(subscript_expression
1377
1379
(value_identifier)
1380
(string
- (string_fragment)))))
1381
+ (string_fragment))))
1382
+
1383
+ (expression_statement
1384
+ (subscript_expression
1385
+ (value_identifier)
1386
+ (number)))
1387
1388
1389
1390
+ (number))))
1391
1392
================================================================================
1393
Variants
0 commit comments