-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SE-0408] Pack iteration review feedback! #70355
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
a1d27c3
to
40167fb
Compare
@swift-ci please smoke test |
/// | ||
/// \param tupleType A tuple with a single unlabeled element that represents a | ||
/// pack expansion. | ||
/// \param locator The locator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: for completeness you need to specify \returns
too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I forgot😬
This is a follow-up PR addressing review feedback from @AnthonyLatsis in #67594
hasError()
instead ofis<ErrorType>()
in AST Verifier.