| Index: test/codegen/expect/constructors.js
|
| diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js
|
| index f1e02af6d0a941f6ca8f93440fa9dc2cac1e6a8d..37e6ecc2f5f4ead48c6df6f087986cf59e471a7e 100644
|
| --- a/test/codegen/expect/constructors.js
|
| +++ b/test/codegen/expect/constructors.js
|
| @@ -161,7 +161,7 @@ dart_library.library('constructors', null, /* Imports */[
|
| bar: [P, []]
|
| })
|
| });
|
| - let Q$ = dart.generic(function(T) {
|
| + const Q$ = dart.generic(function(T) {
|
| class Q extends core.Object {
|
| Q(y) {
|
| this.x = dart.as(y, T);
|
|
|