Hi, I just found a good puzzler candidate.
`new int[] { a b, c, d }` is actually `new int[] { a(b, c, d) }`. I suggest to drop support for command expressions inside all comma-separated lists to avoid confusion. It could be easily implemented later in case it will be actually needed. — Daniil Ovchinnikov JetBrains
