Avatar
omochimetaru 8/3/2021 4:59 AM
@swift-main protocol P { associatedtype T } protocol Q: P where T = Int { } func f(q: Q) {}