-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Typechecker] allow @autoclosure closure to be a typealias #22015
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
cc @jrose-apple |
Looks good. Just one small request. |
@swift-ci please smoke test and merge |
@xedin can you invoke the CI again? had to fix a crash related to passing null to |
@swift-ci please smoke test |
Still crashing 🤔
Let me investigate why this is happening, it seems to be crashing when type checking |
All good now, I have ran a validation test locally to ensure everything's ok. @xedin can you invoke the CI one more time? thank you! |
@swift-ci please test |
Build failed |
Build failed |
This PR adds the ability for the @autoclosure closure to be a type alias.
Example:
Resolves SR-2688.