Closed
Description
The token sequence for ( async of
can begin two different parses: either for (async of => {};;);
or for (async of foo);
.
@waldemarhorwat raised this issue at the December 2019 meeting. During that discussion we decided to resolve this by using a lookahead restriction to disallow for-of loops which start with the token async
.