2018-01-09 15:36:42 +01:00

14 lines
81 B
JavaScript

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