2014-11-23 16:17:49 +11:00

14 lines
81 B
JavaScript

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