dotnet/roslyn

We should make sure we have adequate test coverage for SemanticModel.GetConversion around DeclarationExpressions

Open

#17,463 opened on Feb 28, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-CompilersFeature - TuplesLanguage-C#Testhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

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.

Contributor guide