swift
2d6a38b2
- [CS] Call `checkParameterList` for single-expr closures
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[CS] Call `checkParameterList` for single-expr closures Previously we would only call this in the delayed application logic, which is currently run for multi-statement closures. I'm planning on removing that code path, which uncovered this issue.
References
#76473 - [CS] Call `checkParameterList` for single-expr closures
Author
hamishknight
Parents
380f3193
Loading