-
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
Fix go-to-def on an abstract explicit impl of an interface method #76238
Fix go-to-def on an abstract explicit impl of an interface method #76238
Conversation
@ToddGrun ptal |
@@ -266,8 +266,7 @@ public readonly void Goo1() { } | |||
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/70232")] | |||
public async Task TestMissingWhenAlreadyContainingImpl() | |||
{ | |||
await TestMissingAsync( | |||
""" | |||
await TestInRegularAndScriptAsync(""" |
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.
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.
Good point. Well fix in follow-up. The original tray was just validating no crash. The actual behavior is fine either way.
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.
Fixes #61268