2015-01-24 15:20:23 +11:00

4 lines
50 B
JavaScript

async function foo() {
var wat = await bar();
}