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

1 line
78 B
JavaScript

class A { static get foo() {} static set foo(v) {} get foo() {} set foo(v) {}}