Avatar
@swift-main @swift-5.10 func f( _ operations: [() async throws -> ()] ) async throws { } try await f([ { print("Hello") }, ]) (edited)