MemberExpression's property
field is typed as an Expression, but can be false
#256
Labels
property
field is typed as an Expression, but can be false
#256
Parsing the expression
[1, 2, 3][]
returns a MemberExpressionobject
field contains the expression for the array[1, 2, 3]
as expectedproperty
field is set tofalse
. MemberExpression#property is typed as an Expression and cannot be falseI made a minimal repro repository here
Please either update MemberExpression's type, or update it's return value when meeting this specific scenario
The text was updated successfully, but these errors were encountered: