Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Single-element tuple assignments have no type information #411

Description

When the LHS is a tuple with a single item, the assigned type is not propagated. Examples:

(foo) = 1234
((x, y)) = 1, "2"

foo, x, and y all do not have known types.

Found in #334.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

genfrom the generated tests

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions