Skip to content

Single argument are always parenthesized in call expressions #5707

@MichaReiser

Description

@MichaReiser
# Input
call(a)

# Output
call((a))

Because FormatExpr incorrectly assumes that the () from the call expression are parentheses

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingformatterRelated to the formatter

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions