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

Collection expressions: update overload resolution rule #7477

Merged
merged 10 commits into from
Aug 21, 2023

Conversation

cston
Copy link
Member

@cston cston commented Aug 18, 2023

Update overload resolution rule following LDM-2023-08-14.

@cston cston requested a review from jnm2 August 18, 2023 21:18

static int[] Concat(int[] x, int y);
static List<int> Concat(List<int> x, object y);
```

## Span types
Copy link
Member

Choose a reason for hiding this comment

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

Can we add some ref struct examples?

@cston cston merged commit dd228ce into dotnet:main Aug 21, 2023
1 check passed
@cston cston deleted the collections-ldm branch August 21, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants