mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This way it covers a lot more ground and doesn't conflict with
other fixes.
Another notable change is related to check for IUO associated
with source type, that covers cases like:
```swift
func foo(_ v: NSString!) -> String {
return v
}
```
Instead of general conversion failure check for IUO enables solver
to introduce force downcast fix.
1.1 KiB
1.1 KiB