Avatar
omochimetaru 1/23/2020 3:32 PM
@swiftbot protocol P1 {} protocol P2 {} protocol Q { associatedtype X where X: P1, X: P2 }