dotnet / dotnet/csharpstandard
12.16.2 anonymous_function_body
Open
type: bug
- Dominant language
- C#
- Stars
- 815
- Forks
- 99
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 16
Description
The spec contains the text
> 12.16.2 Anonymous function signatures
> The anonymous_function_signature of an anonymous function defines the names and optionally the types of the formal parameters for the anonymous function. The scope of the parameters of the anonymous function is the anonymous_function_body (§8.7).
However chapter 8 contains no mention of anonymous_function_body.
Contributor guide
Assessment
This issue has not been assessed yet.