Files
swift-mirror/test/multifile/Inputs/protocol-conformance-issue-49388-other.swift

5 lines
280 B
Swift

class EnumValueConstructor<EnumType : EnumValueType> where EnumType.RawValue : Hashable {}
class _PositionRelation_GeneratedWrapperConstructor : EnumValueConstructor<_PositionRelation> {}
extension _PositionRelation : EnumValueType {}
protocol EnumValueType : RawRepresentable {}