mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If the argument has an extra `?` or `!`, let's not attempt to force optional (because it's use is already invalid) and re-introduce the constraint with unwrapped type instead. This would help to diagnose the invalid chaining as well as any argument to parameter mismatches. Resolves: rdar://126080504
633 KiB
633 KiB