mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
First problem - the logic used constraint system, which shouldn't be required, second - it expects the type to be always present in `ContextualTypeInfo` but that's not the case for some patterns. Resolves: rdar://131819800