-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Milestone
Description
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.
Reactions are currently unavailable