ExprNestedIndexWithoutDotNode Type
Example: `xs[i] arg` — an indexed expression (`xs[i]`) immediately applied to an argument. Used for cases like `arr[0] + 1` where the index result is itself called or applied.
Constructors
| Constructor |
Description
|
Full Usage:
ExprNestedIndexWithoutDotNode(identifierExpr, indexExpr, argumentExpr, range)
Parameters: Returns: ExprNestedIndexWithoutDotNode
|
|
fantomas