2015-01-26 15:52:39 +11:00

6 lines
61 B
JavaScript

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