dotnet/roslyn
在 GitHub 查看We should make sure we have adequate test coverage for SemanticModel.GetConversion around DeclarationExpressions
Open
#17,463 创建于 2017年2月28日
Area-CompilersFeature - TuplesLanguage-C#Testhelp wanted
描述
For example, what does the API return for the declaration int z in (long x, long y) = (int z, int w);.
This request is coming from @gafter.