class Foo { static #foo = "foo"; #bar = "bar"; static test() { return Foo.#foo; } test() { return this.#bar; } }