| Index: test/codegen/expect/methods.js
|
| diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
|
| index 3c0640f46925fb276b1ef96a51af51cb764d624d..070cdf5a056ca22fe86dd9cd16bb3d49d8d1c35a 100644
|
| --- a/test/codegen/expect/methods.js
|
| +++ b/test/codegen/expect/methods.js
|
| @@ -58,7 +58,7 @@ var core = dart.import(core);
|
| }
|
| }
|
| dart.setSignature(Bar, {
|
| - methods: () => ({call: dart.functionType(dart.dynamic, [dart.dynamic])})
|
| + methods: () => ({call: dart.functionType(core.Object, [core.Object])})
|
| });
|
| class Foo extends core.Object {
|
| Foo() {
|
|
|