2015-01-23 23:02:40 +11:00

4 lines
50 B
JavaScript

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