@@ -582,8 +582,8 @@ module H {
582
582
//│ if (this.#J === undefined) {
583
583
//│ class J {
584
584
//│ #x;
585
- //│ #i;
586
585
//│ get x() { return this.#x; }
586
+ //│ #i;
587
587
//│ get i() { return this.#i; }
588
588
//│ constructor(x) {
589
589
//│ this.#x = x;
@@ -666,8 +666,8 @@ ij.incY
666
666
//│ class I {
667
667
//│ #J;
668
668
//│ #x;
669
- //│ #y;
670
669
//│ get x() { return this.#x; }
670
+ //│ #y;
671
671
//│ get y() { return this.#y; }
672
672
//│ constructor(x) {
673
673
//│ this.#x = x;
@@ -679,8 +679,8 @@ ij.incY
679
679
//│ if (this.#J === undefined) {
680
680
//│ class J {
681
681
//│ #x;
682
- //│ #y;
683
682
//│ get x() { return this.#x; }
683
+ //│ #y;
684
684
//│ get y() { return this.#y; }
685
685
//│ constructor(x) {
686
686
//│ this.#x = x;
@@ -1125,8 +1125,8 @@ I(1).J(3).a
1125
1125
//│ class I {
1126
1126
//│ #J;
1127
1127
//│ #x;
1128
- //│ #y;
1129
1128
//│ get x() { return this.#x; }
1129
+ //│ #y;
1130
1130
//│ get y() { return this.#y; }
1131
1131
//│ constructor(x) {
1132
1132
//│ this.#x = x;
@@ -1138,8 +1138,8 @@ I(1).J(3).a
1138
1138
//│ if (this.#J === undefined) {
1139
1139
//│ class J {
1140
1140
//│ #z;
1141
- //│ #a;
1142
1141
//│ get z() { return this.#z; }
1142
+ //│ #a;
1143
1143
//│ get a() { return this.#a; }
1144
1144
//│ constructor(z) {
1145
1145
//│ this.#z = z;
@@ -1378,8 +1378,8 @@ class Outer1(outer: int) {
1378
1378
//│ if (this.#Outer2 === undefined) {
1379
1379
//│ class Outer2 {
1380
1380
//│ #x;
1381
- //│ #outer;
1382
1381
//│ get x() { return this.#x; }
1382
+ //│ #outer;
1383
1383
//│ get outer() { return this.#outer; }
1384
1384
//│ constructor(x) {
1385
1385
//│ this.#x = x;
0 commit comments