Skip to content

[ConstraintSystem] Fix result builder discovery in leading-dot syntax… #60880

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

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Aug 31, 2022

… calls

Leading-dot syntax allows implicitly unwrapping result type to form
a base type of the call, getOpenedResultBuilderTypeFor needs to
account for that.

Resolves: #60586

… calls

Leading-dot syntax allows implicitly unwrapping result type to form
a base type of the call, `getOpenedResultBuilderTypeFor` needs to
account for that.

Resolves: swiftlang#60586
@xedin xedin requested a review from hborla August 31, 2022 18:02
@xedin
Copy link
Contributor Author

xedin commented Aug 31, 2022

@swift-ci please test

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.

Result builder not applied when used within method whose result is assigned to an Optional type
2 participants