2018-02-06 23:59:12 +01:00

5 lines
77 B
JavaScript

async function foo() {
(async function (number) {
const tmp = number
})
}