Avatar
func foo(x: async Int) { ... } let a: async Int = foo() foo(x: a)