Closed bakkot closed 4 years ago
async(a = { x(await){} })=>{} is a valid program, but is rejected with Async arrow parameters may not contain "await".
async(a = { x(await){} })=>{}
Async arrow parameters may not contain "await"
I'll have a fix up shortly.
async(a = { x(await){} })=>{}
is a valid program, but is rejected withAsync arrow parameters may not contain "await"
.I'll have a fix up shortly.