-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Properly handle optional arguments when converting a local function to a method. #79531
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
Conversation
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.
c
return document.WithSyntaxRoot(editor.GetChangedRoot()); | ||
} | ||
|
||
private static ImmutableArray<ITypeParameterSymbol> CreateFinalTypeParameterList( |
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.
this is the same as before. just with the logic encapsulated here, instead of being spread in teh caling method and some hjelper methods. There are a bunch of local temp buffers here i didn't want polluting the callers local variable space with.
@akhera99 ptal. |
Fixes #76562