mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 01:11:32 +00:00
More std array
This commit is contained in:
@ -564,7 +564,7 @@ export class Parser extends DiagnosticEmitter {
|
||||
}
|
||||
var initializer: Expression | null = null;
|
||||
if (tn.skip(Token.EQUALS)) {
|
||||
initializer = this.parseExpression(tn);
|
||||
initializer = this.parseExpression(tn, Precedence.COMMA + 1);
|
||||
if (!initializer)
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user