Describe the bug
The following code
a = b.c(
d, # comment
("e")
)
is formatted to:
a = b.c(d, "e") # comment # comment
with the comment duplicated.
Only happens in preview style, and the parentheses in ("e") are needed to reproduce. So this is likely something in removing these parentheses.
See playground.