-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Add tests for overlapping explicitly dropped locals in generators #62686
Copy link
Copy link
Closed
Labels
A-coroutinesArea: CoroutinesArea: CoroutinesE-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-coroutinesArea: CoroutinesArea: CoroutinesE-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
#61922 allows us to overlap
xandyin this example:Come to think of it, this is a pretty important behavior that I should have added an explicit test for.