We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
freeTempLocal
1 parent 4b0b9ae commit f0a1043Copy full SHA for f0a1043
NOTICE
@@ -47,6 +47,7 @@ under the licensing terms detailed in LICENSE:
47
* Yasushi Ando <andyjpn@gmail.com>
48
* Syed Jafri <syed@metalpay.co>
49
* Peter Hayman <peteyhayman@gmail.com>
50
+* ApsarasX <apsarax@outlook.com>
51
52
Portions of this software are derived from third-party works licensed under
53
the following terms:
src/flow.ts
@@ -447,7 +447,6 @@ export class Flow {
447
}
448
default: throw new Error("concrete type expected");
449
450
- assert(local.index >= 0);
451
temps.push(local);
452
453
0 commit comments