Avatar
Avatar
Iceman
@swift-main @swift-5.10.1 func f( _ operations: [() async throws -> ()] ) async throws { } try await f([ { print("Hello") }, ]) (edited)
swiftNightly BOT 4/8/2024 7:44 AM
no output