Skip to content

Comments formatted away when commenting out function params #7085

Closed
@cknitt

Description

@cknitt

Both

f(
  // a,
  // b,
)

and

f(
  // a,
  // b,
  ()
)

are formatted to

f()

so that the comments disappear.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions