4 lines
49 B
JavaScript

async function f() {
for await (let x of y);
}