You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using empty ListExpr we now use a more concrete Empty
node. Similarly for array[3] we now use just NumberLiteral not
ListExpr<NumberLiteral>.
This should make more sense as there can never be more than one
number inside the bounds specifier, so ListExpr was a bad choice.
0 commit comments