Skip to content

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #78284

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner April 25, 2025 20:53
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 25, 2025
"operator -=(int i)")
state.SendTypeChars("operator")
state.SendTab()
Assert.Contains("public override void operator ++()
Copy link
Contributor

Choose a reason for hiding this comment

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

Assert.Contains("public override void operator ++()

Would it be worth asserting that a non-virtual operator doesn't show up?

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

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

:shipit:

@CyrusNajmabadi CyrusNajmabadi merged commit 07135c5 into dotnet:features/UserDefinedCompoundAssignment Apr 25, 2025
25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the operatorOverrideCompletion branch April 25, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants