Avatar
@swift-6.2.3 @swift-5.10.1 protocol P {} func test(_ foo: any P) { _openExistential(foo) { _ in } }