Skip to content

[Sema] Fix spurious trailing closure warning #40266

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
Nov 29, 2021

Conversation

hamishknight
Copy link
Contributor

With the argument list refactoring, it's no longer sufficient to stop walking when we encounter an explicit tuple or paren. Add an additional check to stop walking when we encounter an explicit argument list.

rdar://85343171

With the argument list refactoring, it's no
longer sufficient to stop walking when we encounter
an explicit tuple or paren. Add an additional
check to stop walking when we encounter an explicit
argument list.

rdar://85343171
@hamishknight
Copy link
Contributor Author

@swift-ci please test

@hamishknight hamishknight requested a review from xedin November 19, 2021 19:28
Copy link
Contributor

@xedin xedin left a comment

Choose a reason for hiding this comment

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

Thank you!

@hamishknight
Copy link
Contributor Author

@swift-ci please test

@hamishknight hamishknight merged commit d835783 into swiftlang:main Nov 29, 2021
@hamishknight hamishknight deleted the hoping-for-closure branch November 29, 2021 13:43
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.

2 participants