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