Skip to content

Commit

Permalink
Additional tests for refout. Additional argument check on IncludePriv…
Browse files Browse the repository at this point in the history
…ateMembers (#19478)
  • Loading branch information
jcouv authored May 19, 2017
1 parent 80df4a3 commit ba3e095
Show file tree
Hide file tree
Showing 7 changed files with 563 additions and 51 deletions.
31 changes: 9 additions & 22 deletions src/Compilers/CSharp/Portable/CSharpResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Compilers/CSharp/Portable/CSharpResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4884,7 +4884,7 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ
<value>tuples</value>
</data>
<data name="ERR_MissingDeconstruct" xml:space="preserve">
<value>No Deconstruct instance or extension method was found for type '{0}', with {1} out parameters and a void return type.</value>
<value>No suitable Deconstruct instance or extension method was found for type '{0}', with {1} out parameters and a void return type.</value>
</data>
<data name="ERR_DeconstructRequiresExpression" xml:space="preserve">
<value>Deconstruct assignment requires an expression with a type on the right-hand-side.</value>
Expand Down
Loading

0 comments on commit ba3e095

Please sign in to comment.