| Index: test/codegen_expected/corelib/expando_test.js
|
| diff --git a/test/codegen_expected/corelib/expando_test.js b/test/codegen_expected/corelib/expando_test.js
|
| index 57f103fe8e5a418f3a5aab1a179ac33dcae630d1..07e18aa85d89089a9de3ad6bff61ee421ee65bd6 100644
|
| --- a/test/codegen_expected/corelib/expando_test.js
|
| +++ b/test/codegen_expected/corelib/expando_test.js
|
| @@ -20,7 +20,7 @@ dart_library.library('corelib/expando_test', null, /* Imports */[
|
| expando_test.ExpandoTest = class ExpandoTest extends core.Object {
|
| static testMain() {
|
| expando_test.ExpandoTest.visits = new (ExpandoOfint())('visits');
|
| - let legal = JSArrayOfObject().of([new core.Object(), core.List.new(), JSArrayOfint().of([1, 2, 3]), const$ || (const$ = dart.constList([1, 2, 3], core.int)), core.Map.new(), dart.map({x: 1, y: 2}), const$0 || (const$0 = dart.const(dart.map({x: 1, y: 2}))), new core.Expando(), new core.Expando('horse')]);
|
| + let legal = JSArrayOfObject().of([new core.Object(), core.List.new(), JSArrayOfint().of([1, 2, 3]), const$ || (const$ = dart.constList([1, 2, 3], core.int)), core.Map.new(), dart.map({x: 1, y: 2}, core.String, core.int), const$0 || (const$0 = dart.const(dart.map({x: 1, y: 2}, core.String, core.int))), new core.Expando(), new core.Expando('horse')]);
|
| for (let object of legal) {
|
| expando_test.ExpandoTest.testNamedExpando(object);
|
| expando_test.ExpandoTest.testUnnamedExpando(object);
|
|
|