This:
valid = [
"xx" // ok
"yy"
]
invalid = [
"xx" // still ok
"yy" // oh no!
]
fails with:
[Error: Parse error on line 8:
... // still ok "yy" // oh no!]
----------------------^
Expecting ',', ':', '=', ':=', ')', ']', got '}']
Is this a bug?
Reactions are currently unavailable
This:
fails with:
Is this a bug?