Allow forward references to local functions by agocke · Pull Request #12769 · dotnet/roslyn

This PR addresses changes to local functions described in #10391. Specifically, it has been decided that it should be legal to reference local functions defined lexically after the point of referen...