Closed
Description
This issue was originally filed by [email protected]
I have often run into bugs of the following form:
["a", "b", "c", "d" "e", "f"] // Can you notice a missing comma?
Without a close inspection, you easily conclude that the list declaration is correct.
A proposal:
Make it noticeable in the editor (color, etc.) when adjacent strings expression is used.
Considering making it an error or warning to use adjacent strings expression in list literals (and argument lists?).