Avatar
@swift-5.1.5 struct AError: Error {} struct BError: Error {} func foo<E: Error>(_ errors: (E, E)) {} foo((AError(), BError()))