Skip to content

Regression: comment on labeled argument formatted away #6094

Closed
@cknitt

Description

@cknitt

The comment in

@@uncurried

let f = (
  // comment
  ~a,
) => a

is preserved when formatting with 10.1.3, but gets removed when formatting with master:

@@uncurried

let f = (~a) => a

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions