Skip to content

Conversation

@jaredpar
Copy link
Member

These tests verify that issue #63852 is fixed. It was very likely fixed
as part of #73081

closes #63852

@ghost ghost added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 10, 2024
@jaredpar
Copy link
Member Author

Waiting for #73842 to merge before publishing

These tests verify that issue dotnet#63852 is fixed. It was very likely fixed
as part of dotnet#73081

closes dotnet#63852
@jaredpar jaredpar marked this pull request as ready for review July 15, 2024 13:19
@jaredpar jaredpar requested a review from a team as a code owner July 15, 2024 13:19
@jaredpar
Copy link
Member Author

@cston, @jjonescz, @RikkiGibson PTAL test change to verify bug fix

@jaredpar jaredpar force-pushed the ref-more-fix branch 2 times, most recently from 33411cd to 77b5387 Compare July 15, 2024 13:41
[InlineData(LanguageVersion.CSharp10)]
[InlineData(LanguageVersion.CSharp11)]
[WorkItem("https://github.com/dotnet/roslyn/issues/63852")]
public void UserDefinedBinaryOperator_RefStruct_Compound_RegressionTest1(LanguageVersion languageVersion)
Copy link
Contributor

@cston cston Jul 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UserDefinedBinaryOperator_RefStruct_Compound_RegressionTest1

This looks like the first case in the subsequent test. If so, consider deleting this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ref escape analysis errors are not reported for compound assignment

4 participants