Open
Description
I think do expression
is very useful in flutter's html-like code.
And do expression
shouldn't be just anonymous function calling even though their code length are very near, because using anonymous function calling, the generator status can not pass down.
please have a look at tc39/proposal-do-expressions#37