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

@jakebailey

Description

@jakebailey

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.

Metadata

Metadata

Assignees

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