input.js 40 B

12345
  1. class Foo {
  2. #x = 0;
  3. #y = this.#x;
  4. }