| Index: test/codegen/expect/methods.js
|
| diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
|
| index 0448e9abb6ba513793f3cad7ea0223780beb5082..8d6dcf6e3c1bf7255beb9abc5aa6fab4e90c09a2 100644
|
| --- a/test/codegen/expect/methods.js
|
| +++ b/test/codegen/expect/methods.js
|
| @@ -5,7 +5,7 @@ dart_library.library('methods', null, /* Imports */[
|
| ], function(exports, dart, core) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| - let _c = Symbol('_c');
|
| + const _c = Symbol('_c');
|
| class A extends core.Object {
|
| A() {
|
| this[_c] = 3;
|
|
|