| Index: test/codegen/expect/convert/convert.js
|
| diff --git a/test/codegen/expect/convert/convert.js b/test/codegen/expect/convert/convert.js
|
| index 6bf36f920387d55e6fea7c08c1756d9caa6c4850..e3a7f9060d37bc528b3e8f5b915479a97e29d172 100644
|
| --- a/test/codegen/expect/convert/convert.js
|
| +++ b/test/codegen/expect/convert/convert.js
|
| @@ -1060,7 +1060,7 @@ var convert;
|
| class _JsonStringifier extends dart.Object {
|
| _JsonStringifier(_toEncodable) {
|
| this._seen = new core.List();
|
| - this._toEncodable = _toEncodable !== null ? _toEncodable : _defaultToEncodable;
|
| + this._toEncodable = dart.as(_toEncodable !== null ? _toEncodable : _defaultToEncodable, core.Function);
|
| }
|
| static hexDigit(x) {
|
| return x < 10 ? 48 + x : 87 + x;
|
|
|