mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When detecting that an associated type's substituted type is an opaque type, read out its opaque type descriptor to collect the names of protocols it must conform to.
5 lines
87 B
Swift
5 lines
87 B
Swift
import Foundation
|
|
|
|
public struct testModBStruct {}
|
|
public protocol testModBProtocol {}
|