89
89
//│ }
90
90
//│ perform() {
91
91
//│ return globalThis.Predef.__mkEffect(stackHandler, (resume) => {
92
- //│ let res2, curOffset, res3, Cont$1;
92
+ //│ let res2, res3, Cont$1;
93
93
//│ Cont$1 = function Cont$(pc1) { return new Cont$.class(pc1); };
94
94
//│ Cont$1.class = class Cont$ extends globalThis.Predef.__Cont.class {
95
95
//│ constructor(pc) {
@@ -111,7 +111,6 @@ hi(0)
111
111
//│ }
112
112
//│ toString() { return "Cont$(" + this.pc + ")"; }
113
113
//│ };
114
- //│ curOffset = globalThis.Predef.__stackOffset;
115
114
//│ globalThis.Predef.__stackOffset = globalThis.Predef.__stackDepth;
116
115
//│ res3 = resume();
117
116
//│ if (res3 instanceof globalThis.Predef.__EffectSig.class) {
@@ -282,7 +281,7 @@ sum(10000)
282
281
//│ }
283
282
//│ perform() {
284
283
//│ return globalThis.Predef.__mkEffect(stackHandler, (resume) => {
285
- //│ let res3, curOffset, res4, Cont$1;
284
+ //│ let res3, res4, Cont$1;
286
285
//│ Cont$1 = function Cont$(pc1) { return new Cont$.class(pc1); };
287
286
//│ Cont$1.class = class Cont$ extends globalThis.Predef.__Cont.class {
288
287
//│ constructor(pc) {
@@ -304,7 +303,6 @@ sum(10000)
304
303
//│ }
305
304
//│ toString() { return "Cont$(" + this.pc + ")"; }
306
305
//│ };
307
- //│ curOffset = globalThis.Predef.__stackOffset;
308
306
//│ globalThis.Predef.__stackOffset = globalThis.Predef.__stackDepth;
309
307
//│ res4 = resume();
310
308
//│ if (res4 instanceof globalThis.Predef.__EffectSig.class) {
0 commit comments