-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix go-to-def on an abstract explicit impl of an interface method #76238
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
Conversation
|
@ToddGrun ptal |
| { | ||
| 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.
ToddGrun
left a comment
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