Files

3 lines
55 B
JavaScript

async function foo() {
function bar(x = await 2) {}
}