| Index: test/codegen/expect/methods.js
|
| diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
|
| index b5a5748bff2d583ab474288332119ee1f26c379c..12fad1d3a0db6376e5bb921b33b7819c4b349fab 100644
|
| --- a/test/codegen/expect/methods.js
|
| +++ b/test/codegen/expect/methods.js
|
| @@ -61,7 +61,7 @@ dart_library.library('methods', null, /* Imports */[
|
| }
|
| }
|
| dart.setSignature(Bar, {
|
| - methods: () => ({call: [core.Object, [core.Object]]})
|
| + methods: () => ({call: [dart.dynamic, [dart.dynamic]]})
|
| });
|
| class Foo extends core.Object {
|
| Foo() {
|
|
|