Skip to content

Function of a single tuple is ascribed incorrect parentheses #475

@wiwa

Description

@wiwa

Expected:

def foo = (x: (String, Int)) => x._2

Obtained:

def foo: (String, Int) => Int = (x: (String, Int)) => x._2

Expected:

def foo: ((String, Int)) => Int = (x: (String, Int)) => x._2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions