mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If parameter type is optional let's ignore that since argument could
be either optional itself or be injected into optional implicitly.
```swift
func foo(_: ((Int, Int) -> Void)!) {}
foo { _ in } // Missing second closure parameter
```
359 KiB
359 KiB