-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Test some IDE scenarios for instance operators #78186
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
Test some IDE scenarios for instance operators #78186
Conversation
|
@CyrusNajmabadi Please review |
| class C : {|CS0535:ITest|} | ||
| { | ||
| } | ||
| namespace System.Runtime.CompilerServices |
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.
given the test duplication, my preference is this is pulled into a constant at the start of the file and included in the tests that need it. if you're on a time crunch, this isn't blocking, and i can do that as a followup. But if it's simple (and/or copilot can help :)) then that would be appreciated. #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.
my preference is this is pulled into a constant at the start of the file and included in the tests that need it.
Will do
|
@CyrusNajmabadi Are we good to merge with a single sign-off? |
|
Yup! |
6c8b098
into
dotnet:features/UserDefinedCompoundAssignment
No description provided.