-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix syntax generation of explict checked operator from symbol #77102
Fix syntax generation of explict checked operator from symbol #77102
Conversation
src/Workspaces/CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs
Outdated
Show resolved
Hide resolved
All right, this is fixed now. My bad for misunderstanding the original bug. I was fixing the syntax layer to accept the bad input that SyntaxGenerator was giving it, but the bug was in SyntaxGenerator. One thing I noticed -- SyntaxGenerator does not have an |
Ping @CyrusNajmabadi can you have another look? |
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.
The changes look good to me but I'll defer to Cyrus to approve.
LGTM. Thanks! |
Fixes #77101
cc @carlossanlop @333fred @CyrusNajmabadi