mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The previous commit fixed things like:
```swift
let x: () -> sending String = { "" }
```
This commit fixes this test case:
```swift
let x = { () -> sending String in "" }
```
1.6 KiB
1.6 KiB