Closed
Description
The draft proposal currently extends the grammar of selectors to allow null-aware subscripting using the syntax e1?.[e2]
, however we've had some e-mail discussions about possibly changing this to e1?[e2]
, which would be more intuitive but might be more difficult to parse unambiguously.
Which syntax do we want to go with?