mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`typealias` is currently allowed to refer to a protocol without the `any` keyword. This breaks mangling the typealias type into a USR will crash because parameterized protocols are expected to be `any` types. Implement a SourceKit-specific minimal workaround for that problem by not computing USRs for parameterized protocols. rdar://98623438
98 KiB
98 KiB