Skip to content

Block __arglist in local functions #10765

@agocke

Description

@agocke

Currently, __arglist is allowed in the parameter list of local functions, but it is not allowed in the body. This means that the only legal use of __arglist in a local function is to declare a method which takes but never uses the __arglist parameter.

We should disallow __arglist entirely, both from the parameter list and the method body.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions