2014-10-25 09:09:55 +11:00

14 lines
81 B
JavaScript

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