@@ -12,6 +12,17 @@ class C {
1212 const d = -- this . #test;
1313 for ( this . #test = 0 ; this . #test < 10 ; ++ this . #test) { }
1414 for ( this . #test = 0 ; this . #test < 10 ; this . #test++ ) { }
15+
16+ ( this . #test) ++ ;
17+ ( this . #test) -- ;
18+ ++ ( this . #test) ;
19+ -- ( this . #test) ;
20+ const e = ( this . #test) ++ ;
21+ const f = ( this . #test) -- ;
22+ const g = ++ ( this . #test) ;
23+ const h = -- ( this . #test) ;
24+ for ( this . #test = 0 ; this . #test < 10 ; ++ ( this . #test) ) { }
25+ for ( this . #test = 0 ; this . #test < 10 ; ( this . #test) ++ ) { }
1526 }
1627 test ( ) {
1728 this . getInstance ( ) . #test++ ;
@@ -24,6 +35,17 @@ class C {
2435 const d = -- this . getInstance ( ) . #test;
2536 for ( this . getInstance ( ) . #test = 0 ; this . getInstance ( ) . #test < 10 ; ++ this . getInstance ( ) . #test) { }
2637 for ( this . getInstance ( ) . #test = 0 ; this . getInstance ( ) . #test < 10 ; this . getInstance ( ) . #test++ ) { }
38+
39+ ( this . getInstance ( ) . #test) ++ ;
40+ ( this . getInstance ( ) . #test) -- ;
41+ ++ ( this . getInstance ( ) . #test) ;
42+ -- ( this . getInstance ( ) . #test) ;
43+ const e = ( this . getInstance ( ) . #test) ++ ;
44+ const f = ( this . getInstance ( ) . #test) -- ;
45+ const g = ++ ( this . getInstance ( ) . #test) ;
46+ const h = -- ( this . getInstance ( ) . #test) ;
47+ for ( this . getInstance ( ) . #test = 0 ; this . getInstance ( ) . #test < 10 ; ++ ( this . getInstance ( ) . #test) ) { }
48+ for ( this . getInstance ( ) . #test = 0 ; this . getInstance ( ) . #test < 10 ; ( this . getInstance ( ) . #test) ++ ) { }
2749 }
2850 getInstance ( ) { return new C ( ) ; }
2951}
@@ -44,7 +66,7 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
4466var _C_test ;
4567class C {
4668 constructor ( ) {
47- var _a , _b , _c , _d , _e , _f , _g , _h , _j , _k , _l , _m ;
69+ var _a , _b , _c , _d , _e , _f , _g , _h , _j , _k , _l , _m , _o , _p , _q , _r , _s , _t , _u , _v , _w , _x , _y , _z ;
4870 _C_test . set ( this , 24 ) ;
4971 __classPrivateFieldSet ( this , _C_test , ( _a = __classPrivateFieldGet ( this , _C_test , "f" ) , _a ++ , _a ) , "f" ) ;
5072 __classPrivateFieldSet ( this , _C_test , ( _b = __classPrivateFieldGet ( this , _C_test , "f" ) , _b -- , _b ) , "f" ) ;
@@ -56,9 +78,19 @@ class C {
5678 const d = __classPrivateFieldSet ( this , _C_test , ( _k = __classPrivateFieldGet ( this , _C_test , "f" ) , -- _k ) , "f" ) ;
5779 for ( __classPrivateFieldSet ( this , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( this , _C_test , ( _l = __classPrivateFieldGet ( this , _C_test , "f" ) , ++ _l ) , "f" ) ) { }
5880 for ( __classPrivateFieldSet ( this , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( this , _C_test , ( _m = __classPrivateFieldGet ( this , _C_test , "f" ) , _m ++ , _m ) , "f" ) ) { }
81+ __classPrivateFieldSet ( this , _C_test , ( _o = __classPrivateFieldGet ( this , _C_test , "f" ) , _o ++ , _o ) , "f" ) ;
82+ __classPrivateFieldSet ( this , _C_test , ( _p = __classPrivateFieldGet ( this , _C_test , "f" ) , _p -- , _p ) , "f" ) ;
83+ __classPrivateFieldSet ( this , _C_test , ( _q = __classPrivateFieldGet ( this , _C_test , "f" ) , ++ _q ) , "f" ) ;
84+ __classPrivateFieldSet ( this , _C_test , ( _r = __classPrivateFieldGet ( this , _C_test , "f" ) , -- _r ) , "f" ) ;
85+ const e = ( __classPrivateFieldSet ( this , _C_test , ( _t = __classPrivateFieldGet ( this , _C_test , "f" ) , _s = _t ++ , _t ) , "f" ) , _s ) ;
86+ const f = ( __classPrivateFieldSet ( this , _C_test , ( _v = __classPrivateFieldGet ( this , _C_test , "f" ) , _u = _v -- , _v ) , "f" ) , _u ) ;
87+ const g = __classPrivateFieldSet ( this , _C_test , ( _w = __classPrivateFieldGet ( this , _C_test , "f" ) , ++ _w ) , "f" ) ;
88+ const h = __classPrivateFieldSet ( this , _C_test , ( _x = __classPrivateFieldGet ( this , _C_test , "f" ) , -- _x ) , "f" ) ;
89+ for ( __classPrivateFieldSet ( this , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( this , _C_test , ( _y = __classPrivateFieldGet ( this , _C_test , "f" ) , ++ _y ) , "f" ) ) { }
90+ for ( __classPrivateFieldSet ( this , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( this , _C_test , ( _z = __classPrivateFieldGet ( this , _C_test , "f" ) , _z ++ , _z ) , "f" ) ) { }
5991 }
6092 test ( ) {
61- var _a , _b , _c , _d , _e , _f , _g , _h , _j , _k , _l , _m , _o , _p , _q , _r , _s , _t , _u , _v , _w , _x ;
93+ var _a , _b , _c , _d , _e , _f , _g , _h , _j , _k , _l , _m , _o , _p , _q , _r , _s , _t , _u , _v , _w , _x , _y , _z , _0 , _1 , _2 , _3 , _4 , _5 , _6 , _7 , _8 , _9 , _10 , _11 , _12 , _13 , _14 , _15 , _16 , _17 , _18 , _19 ;
6294 __classPrivateFieldSet ( _a = this . getInstance ( ) , _C_test , ( _b = __classPrivateFieldGet ( _a , _C_test , "f" ) , _b ++ , _b ) , "f" ) ;
6395 __classPrivateFieldSet ( _c = this . getInstance ( ) , _C_test , ( _d = __classPrivateFieldGet ( _c , _C_test , "f" ) , _d -- , _d ) , "f" ) ;
6496 __classPrivateFieldSet ( _e = this . getInstance ( ) , _C_test , ( _f = __classPrivateFieldGet ( _e , _C_test , "f" ) , ++ _f ) , "f" ) ;
@@ -69,6 +101,16 @@ class C {
69101 const d = __classPrivateFieldSet ( _s = this . getInstance ( ) , _C_test , ( _t = __classPrivateFieldGet ( _s , _C_test , "f" ) , -- _t ) , "f" ) ;
70102 for ( __classPrivateFieldSet ( this . getInstance ( ) , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this . getInstance ( ) , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( _u = this . getInstance ( ) , _C_test , ( _v = __classPrivateFieldGet ( _u , _C_test , "f" ) , ++ _v ) , "f" ) ) { }
71103 for ( __classPrivateFieldSet ( this . getInstance ( ) , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this . getInstance ( ) , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( _w = this . getInstance ( ) , _C_test , ( _x = __classPrivateFieldGet ( _w , _C_test , "f" ) , _x ++ , _x ) , "f" ) ) { }
104+ __classPrivateFieldSet ( _y = this . getInstance ( ) , _C_test , ( _z = __classPrivateFieldGet ( _y , _C_test , "f" ) , _z ++ , _z ) , "f" ) ;
105+ __classPrivateFieldSet ( _0 = this . getInstance ( ) , _C_test , ( _1 = __classPrivateFieldGet ( _0 , _C_test , "f" ) , _1 -- , _1 ) , "f" ) ;
106+ __classPrivateFieldSet ( _2 = this . getInstance ( ) , _C_test , ( _3 = __classPrivateFieldGet ( _2 , _C_test , "f" ) , ++ _3 ) , "f" ) ;
107+ __classPrivateFieldSet ( _4 = this . getInstance ( ) , _C_test , ( _5 = __classPrivateFieldGet ( _4 , _C_test , "f" ) , -- _5 ) , "f" ) ;
108+ const e = ( __classPrivateFieldSet ( _6 = this . getInstance ( ) , _C_test , ( _8 = __classPrivateFieldGet ( _6 , _C_test , "f" ) , _7 = _8 ++ , _8 ) , "f" ) , _7 ) ;
109+ const f = ( __classPrivateFieldSet ( _9 = this . getInstance ( ) , _C_test , ( _11 = __classPrivateFieldGet ( _9 , _C_test , "f" ) , _10 = _11 -- , _11 ) , "f" ) , _10 ) ;
110+ const g = __classPrivateFieldSet ( _12 = this . getInstance ( ) , _C_test , ( _13 = __classPrivateFieldGet ( _12 , _C_test , "f" ) , ++ _13 ) , "f" ) ;
111+ const h = __classPrivateFieldSet ( _14 = this . getInstance ( ) , _C_test , ( _15 = __classPrivateFieldGet ( _14 , _C_test , "f" ) , -- _15 ) , "f" ) ;
112+ for ( __classPrivateFieldSet ( this . getInstance ( ) , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this . getInstance ( ) , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( _16 = this . getInstance ( ) , _C_test , ( _17 = __classPrivateFieldGet ( _16 , _C_test , "f" ) , ++ _17 ) , "f" ) ) { }
113+ for ( __classPrivateFieldSet ( this . getInstance ( ) , _C_test , 0 , "f" ) ; __classPrivateFieldGet ( this . getInstance ( ) , _C_test , "f" ) < 10 ; __classPrivateFieldSet ( _18 = this . getInstance ( ) , _C_test , ( _19 = __classPrivateFieldGet ( _18 , _C_test , "f" ) , _19 ++ , _19 ) , "f" ) ) { }
72114 }
73115 getInstance ( ) { return new C ( ) ; }
74116}
0 commit comments