Skip to content

C#: Add another data flow test#14690

Merged
hvitved merged 2 commits intogithub:mainfrom
hvitved:csharp/gvn-unbound-type
Nov 6, 2023
Merged

C#: Add another data flow test#14690
hvitved merged 2 commits intogithub:mainfrom
hvitved:csharp/gvn-unbound-type

Conversation

@hvitved
Copy link
Copy Markdown
Contributor

@hvitved hvitved commented Nov 6, 2023

I initially thought we didn't handle unbound generic types correctly in our GVN translation, and hence data flow, but it turns out that we actually do properly treat type parameters as type arguments for unbound generic types. So this PR merely confirms that, by adding a test that would otherwise fail.

@github-actions github-actions Bot added the C# label Nov 6, 2023
@hvitved hvitved added the no-change-note-required This PR does not need a change note label Nov 6, 2023
@hvitved hvitved marked this pull request as ready for review November 6, 2023 11:49
@hvitved hvitved requested a review from a team as a code owner November 6, 2023 11:49
Copy link
Copy Markdown
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@hvitved hvitved merged commit d86293f into github:main Nov 6, 2023
@hvitved hvitved deleted the csharp/gvn-unbound-type branch November 6, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C# no-change-note-required This PR does not need a change note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants