SE-0257: Eliding commas from multiline expression lists

-1 this is a drastic change.

I would however support a magical ExpressibleByExpressionBlockLiteral that maybe uses {}.

let myArray = {
    1
    2
    3
}