Skip to content
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

List patterns: Use the base node to share code #57207

Merged
merged 3 commits into from
Oct 19, 2021

Conversation

alrz
Copy link
Member

@alrz alrz commented Oct 18, 2021

Relates to test plan #51289

@alrz alrz requested a review from a team as a code owner October 18, 2021 18:24
variableAccess: variableAccess, inputType: inputType, narrowedType: narrowedType, hasErrors: hasErrors);
variableAccess: variableAccess, inputType: inputType, narrowedType: narrowedType, hasErrors);
Copy link
Member Author

@alrz alrz Oct 18, 2021

Choose a reason for hiding this comment

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

📝 This is to make sure we're not passing named args out of position so that no temp would be created.

Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 2)

@jcouv
Copy link
Member

jcouv commented Oct 18, 2021

@333fred @dotnet/roslyn-compiler for second review. Thanks

@jcouv jcouv merged commit 039cc3d into dotnet:features/list-patterns Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants