Skip to content

Redundant parentheses diagnostic isn't raised for let x = (fn); in ... #726

@winterqt

Description

@winterqt

Describe the bug
Given the following code:

let
  x = (builtins.fromJSON);
in
x

the redundant parens diagnosis isn't triggered

Logs (Required)

n/a

Configuration

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions