Avatar
@swift-5.1.5 struct AError: Error {} struct BError: Error {} let errors = [AError(), BError()] as [Error]