-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
Handle cases where 'field' keyword shouldn't generate a field #60806
Handle cases where 'field' keyword shouldn't generate a field #60806
Conversation
I'm not sure if the tests timeout is related to my changes. Can someone restart to see if they still fail? |
@AlekseyTs CI is green here. This is ready for review. |
src/Compilers/CSharp/Test/Semantic/Semantics/PropertyFieldKeywordTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Semantic/Semantics/PropertyFieldKeywordTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Portable/Symbols/Source/SourcePropertySymbolBase.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with review pass (commit 2)
src/Compilers/CSharp/Test/Semantic/Semantics/PropertyFieldKeywordTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedBackingFieldSymbol.cs
Outdated
Show resolved
Hide resolved
Done with review pass (commit 4). |
src/Compilers/CSharp/Portable/Symbols/Source/SourcePropertySymbolBase.cs
Outdated
Show resolved
Hide resolved
It doesn't look like there are any meaningful changes in this file. Please revert/exclude from the PR. Refers to: src/Compilers/CSharp/Portable/Binder/SpeculativeFieldKeywordBinder.cs:12 in 6840e22. [](commit_id = 6840e22, deletion_comment = False) |
Done with review pass (commit 5). Other than a couple of files without meaningful changes, LGTM. |
@333fred, @dotnet/roslyn-compiler Need a second review on a small community PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (commit 5)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (commit 7)
Test plan: #57012
@AlekseyTs @333fred