Skip to content

Regression: comment on labeled argument formatted away #6094

@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

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions