Files
swift-mirror/test/Macros/Inputs/macro_expand_conformances_other.swift
Doug Gregor 906033a30b Expand conformance macros within the conformance lookup table
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.
2023-03-21 18:03:44 -07:00

4 lines
49 B
Swift

struct STest {
var x = requireEquatable(S())
}