Skip to content

Using an out parameter name in a local name declaration statement should be disallowed #53

@seidewitz

Description

@seidewitz

The localNameDeclarationStatementLocalName constraint is currently implemented to check that the name in a local name declaration statement has not been previously assigned. However, it allows the name to be that of an out parameter that has not yet been assigned, which should be disallowed.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions