| Index: test/codegen/expect/cascade.js
|
| diff --git a/test/codegen/expect/cascade.js b/test/codegen/expect/cascade.js
|
| index f6322f8d921e4df4d15d3c817e9c1cf2b2319ca3..657f263e9b2cd21289ae3723b22e34edd253a33f 100644
|
| --- a/test/codegen/expect/cascade.js
|
| +++ b/test/codegen/expect/cascade.js
|
| @@ -65,8 +65,8 @@ var cascade;
|
| // Function test_VariableDeclaration_first: () → void
|
| function test_VariableDeclaration_first() {
|
| let a = ((_) => {
|
| - _.length = 2;
|
| - _.add(3);
|
| + _[core.$length] = 2;
|
| + _[core.$add](3);
|
| return _;
|
| })(new core.List.from([])), b = 2;
|
| core.print(a);
|
|
|