On Fri, Nov 20, 2020 at 5:02 PM David Rodrigues <david.pro...@gmail.com>
wrote:

> > Is it `returnType as $thing` ?  That doesn't read well, but I don't see
> us making return type movable.  as/use should be placable in either order,
> but maybe we give them required order anyway?
>
> I don't know if that would be a problem, because today we can have it
> "function(): Type use($x)", so "Type use($x)"?
>

No we can't, try it (Parse error). The correct order is
"function() use($x): Type".

-- 
Guilliam Xavier

Reply via email to