blob: ec1f34f7ebe18a050f1f15171887b1e965e348b0 [file] [log] [blame]
class EnumValueConstructor<EnumType : EnumValueType> where EnumType.RawValue : Hashable {}
class _PositionRelation_GeneratedWrapperConstructor : EnumValueConstructor<_PositionRelation> {}
extension _PositionRelation : EnumValueType {}
protocol EnumValueType : RawRepresentable {}