mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rather than type-checking captures as separate declarations during pre-check, generate constraints and apply solutions to captures in the same manner as other pattern bindings within a constraint system. Fixes SR-3186 / rdar://problem/64647232.