mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 18:01:31 +00:00
more
This commit is contained in:
@ -6602,7 +6602,7 @@ export class Compiler extends DiagnosticEmitter {
|
||||
}
|
||||
|
||||
// make a static array if possible
|
||||
if (isStatic) return this.ensureStaticArray(elementType, constantValues);
|
||||
// if (isStatic) return this.ensureStaticArray(elementType, constantValues); // TODO
|
||||
|
||||
// otherwise obtain the array type
|
||||
var arrayPrototype = assert(this.program.arrayPrototype);
|
||||
|
Reference in New Issue
Block a user