Avatar
@swift-5.3.3 protocol P { static var hoge: Types<Int> { get } } enum Types<T>: P { case hoge }