mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Detect and fix closure parameter destructuring where
it's not currently allowed e.g. free standing closures
with contextual type `let _: ((Int, Int)) -> Void = { $0 + $1 }`
235 KiB
235 KiB