6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
class Foo {
|
|
async foo() {
|
|
var wat = await bar();
|
|
}
|
|
}
|