Test ConvertedType on LHS of deconstruction-assignment#24158
Merged
jcouv merged 2 commits intodotnet:dev15.6.xfrom Jan 18, 2018
Merged
Test ConvertedType on LHS of deconstruction-assignment#24158jcouv merged 2 commits intodotnet:dev15.6.xfrom
jcouv merged 2 commits intodotnet:dev15.6.xfrom
Conversation
Contributor
|
It doesn't look like any of the scenarios cover deconstruction declaration of the form |
Member
Author
|
@AlekseyTs Added test for |
Member
Author
|
Thanks. I went ahead and merged since test-only change. |
333fred
added a commit
to 333fred/roslyn
that referenced
this pull request
Jan 19, 2018
…g-text * dotnet/dev15.6.x: Fix symbol completion after 'in' (dotnet#24335) use PascalCase for const name Limit compiler server pipe name length (dotnet#24265) Test ConvertedType on LHS of deconstruction-assignment (dotnet#24158) remove unused usings use .editorconfig files address more comments address code review comments move newly added text into resource file add text and hyperlink to C# code style page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test-only change following PR feedback (#23975 (review), there was a bug on
ConvertedTypein foreach-deconstruction).@AlekseyTs @dotnet/roslyn-compiler for review. Thanks