2017-07-02 01:44:12 -04:00

5 lines
42 B
JavaScript

class A {
static #x;
static #y = 1;
}