Closed
Description
Currently, we have a check in the ANF transform that prevents await usage multi-parameter list methods. This isn't a fundamental limitation, we just haven't written the transform that deals with Apply(Apply(....))
holistically, and doesn't change evaluation order of the arguments.
But, the check is over-eager, and currently stops use of await
as the receiver for such a method.
Metadata
Metadata
Assignees
Labels
No labels