2018-05-19 00:03:05 -04:00

56 lines
312 B
JavaScript

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