mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
cd4e937294
RemoteInspection was failing to produce type info for metatypes of constrained existentials (any SomeType<ConstraintHere>.Type) A constrained existential has the same layout as a regular protocol composition, so we can use that instead. rdar://176586637