Skip to content

Commit 1656fdb

Browse files
Intermediate transpiler: Added the size as a parameter to introduce statements.
1 parent 5081c0c commit 1656fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transpiler/intermediate/transpilerIntermediate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ export class TranspilerIntermediate
303303
break;
304304
case IntermediateKind.Introduce:
305305
parameters = [
306+
statementIntermediate.variableSymbol.size,
306307
this.getIntermediateSymbolString(statementIntermediate.variableSymbol),
307308
];
308309
break;

0 commit comments

Comments
 (0)