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

4 lines
58 B
JavaScript

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