| Index: test/codegen/expect/collection/wrappers.js
|
| diff --git a/test/codegen/expect/collection/wrappers.js b/test/codegen/expect/collection/wrappers.js
|
| index d709bc10bbc6570f71a72e9c3311d0b8068d56b9..438dbf2fd87e7acb32a52ed99cbe5764759f33fc 100644
|
| --- a/test/codegen/expect/collection/wrappers.js
|
| +++ b/test/codegen/expect/collection/wrappers.js
|
| @@ -700,7 +700,7 @@ dart_library.library('collection/wrappers', null, /* Imports */[
|
| this[_baseMap].putIfAbsent(key, dart.as(dart.fn(() => {
|
| result = true;
|
| return value;
|
| - }), __CastType0));
|
| + }), __CastType0$(V)));
|
| return result;
|
| }
|
| addAll(elements) {
|
|
|