Files

3 lines
46 B
JavaScript

async function fn() {
(x = await 2) => {};
}