issue419.js 71 B

123
  1. async function test(params) {
  2. for await (let param of params) {}
  3. }