csharplang/proposals/csharp-8.0/shadowing-in-nested-functions.md
2020-03-19 17:39:49 -07:00

272 B

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.