We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SharpLab
partial class C { public partial int Prop { get; set; } } partial class C { public partial int Prop { get => 1; set; } }
Expected behavior: error is reported on 'set' accessor of implementation part. Actual behavior: NRE in emit layer
Relates to test plan #73090
The text was updated successfully, but these errors were encountered:
RikkiGibson
Successfully merging a pull request may close this issue.
SharpLab
Expected behavior: error is reported on 'set' accessor of implementation part.
Actual behavior: NRE in emit layer
Relates to test plan #73090
The text was updated successfully, but these errors were encountered: