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

4 lines
58 B
JavaScript

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