Skip to content

FunctionTypeSyntax.arguments should be named parameters #1720

@AnthonyLatsis

Description

@AnthonyLatsis

Description

The non-generic parameters of a function declaration are value parameters, not type parameters. This means the input list of a function type is a parameter list, not an argument list. Contrast this with the type arguments of a bound generic type, which are substitutes for the generic type parameters of the corresponding type declaration.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions