csharplang/proposals/csharp-8.0/shadowing-in-nested-functions.md

4 lines
272 B
Markdown
Raw Normal View History

## Name shadowing in nested functions
In C# 8.0, we added a feature that permits parameters and locals in lambdas and local functions to use names that hide/shadow the names of locals or parameters from the enclosing scope. This is a placholder for its specification.