Avatar
omochimetaru 6/2/2022 1:08 PM
@swift-main protocol P<A> { associatedtype A } struct S<A>: P {} func f<T>() -> any P<T> { S() }