-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add FAR support for modern-extension parameters #77503
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
Add FAR support for modern-extension parameters #77503
Conversation
|
This PR modifies public API files. Please follow the instructions at https://github.com/dotnet/roslyn/blob/main/docs/contributing/API%20Review%20Process.md for ensuring all public APIs are reviewed before merging. |
09e4a9f to
1cda9cc
Compare
… now" This reverts commit e3af843.
…eckConstraintsIncludingExtension
| { | ||
| public int ExtensionMethod([|T|] t) | ||
| { | ||
| return s.Length; |
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.
nit: Consider adding a default(T) orT-typed local as well
Blocked on #77502
Relates to test plan #76130