mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The conformance lookup table is the central point of truth to establish which protocols a nominal type conforms to. Ensure that we expand conformance macros into that table. Fixes rdar://106886651.
4 lines
49 B
Swift
4 lines
49 B
Swift
struct STest {
|
|
var x = requireEquatable(S())
|
|
}
|