Skip to content

Tuple1 is ascribed incorrectly #472

@wiwa

Description

@wiwa

Given:

val a = Tuple1(1)

Obtained:

val a: (Int) = Tuple1(1)

Expected:

val a: (Int,) = Tuple1(1) // or maybe a: Tuple1[Int]

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