Files
swift-mirror/test/Macros/Inputs/macro_expand_conformances_other.swift
Holly Borla 680c0b2a2f [Macros] Add a request to get the resolved constraint types in the 'conformances:'
list of an attached extension macro attribute.
2023-06-30 22:27:16 -07:00

7 lines
98 B
Swift

struct STest {
var x = requireEquatable(S())
}
@ConformanceViaExtension
class Child: Parent {}