2017-03-10 12:43:45 +01:00

45 lines
257 B
JavaScript

class A {
get
() {}
set
() {}
static
() {}
async
() {}
static
get
() {}
static
set
() {}
static
static
() {}
static
async
() {}
static
a
() {}
get
async
() {}
static
get
static
() {}
}