Skip to content

Formatter bug on 1.6.0-rc0 #7188

@MSch

Description

@MSch

Was trying to test if formatting our code base with the formatter from 1.6.0-rc0 works.

Before:

Enum.each(& :ok = A.b(nil, {:c, &1}))

After:

Enum.each((&:ok) = A.b(nil, {:c, &1}))

Needless to say, this doesn't compile any more.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions