Skip to content

[email protected] broken formatting in uncurried mode for functions with _ placeholder args #6146

Closed
@DZakh

Description

@DZakh

Input:

let concatStrings = (string1, string2) => string1 ++ string2
let toIgnoredName = concatStrings("_", _)

Expected:

let concatStrings = (string1, string2) => string1 ++ string2
let toIgnoredName = concatStrings("_", _)

Received:

let concatStrings = (string1, string2) => string1 ++ string2
let toIgnoredName = () => concatStrings("_", _)

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