Dan Harper 682e9658c9 Fix bodyless async functions (#4600)
* fix bodyless async functions (#4599)

* Do the same in the async-generator-functions transform
2016-09-29 12:01:37 +02:00

4 lines
57 B
JavaScript

async () => await promise
async () => { await promise }