Avatar
Avatar
shiz
@swift-main public func callee() async -> (() -> ()) { fatalError() } public func caller() async { async let future = callee() let result = await future result() }
swiftNightly BOT 9/22/2023 11:03 PM
no output