Skip to content

[Tuple specification] Grammar doesn't allow some legal initialization #3187

@BillWagner

Description

@BillWagner

The proposed grammar does not permit either of these examples:

(string x, byte y, var z) = (null, 1, 2);
(string x, byte y) t = (null, 1);

See #3031 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    standard proposalIssues or PRs related to creating standard updates from feature specifications.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions