Avatar
@swift-main @swift-5.9.2 func f() async -> some CustomStringConvertible { return 42 } let r = await f() print(r.description)