mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
45547be3f8
Previously debug info made not difference between an existential type and a protocol type. This caused us to loose typealiases such as typealias Alias = ProtocolType in the debug info. rdar://161134092