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.
1 parent 91aa140 commit 7c88786Copy full SHA for 7c88786
src/compiler.ts
@@ -8189,7 +8189,6 @@ export class Compiler extends DiagnosticEmitter {
8189
let arrayInstance = <Class>element;
8190
let arrayType = arrayInstance.type;
8191
let elementType = arrayInstance.getTypeArgumentsTo(program.arrayPrototype)![0];
8192
- let arrayBufferInstance = assert(program.arrayBufferInstance);
8193
8194
// block those here so compiling expressions doesn't conflict
8195
let tempThis = flow.getTempLocal(this.options.usizeType);
0 commit comments