Index: pkg/dev_compiler/test/codegen_expected/node_modules.js |
diff --git a/pkg/dev_compiler/test/codegen_expected/node_modules.js b/pkg/dev_compiler/test/codegen_expected/node_modules.js |
index c5977cc71f2f359bb1e24196e11dc92b80b0f4fa..67198444351f5c57efa258818df348d273314a54 100644 |
--- a/pkg/dev_compiler/test/codegen_expected/node_modules.js |
+++ b/pkg/dev_compiler/test/codegen_expected/node_modules.js |
@@ -6,9 +6,9 @@ const dartx = dart_sdk.dartx; |
const node_modules = Object.create(null); |
let B = () => (B = dart.constFn(node_modules.B$()))(); |
let _B = () => (_B = dart.constFn(node_modules._B$()))(); |
-let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionType(dart.dynamic, [])))(); |
-let VoidToString = () => (VoidToString = dart.constFn(dart.definiteFunctionType(core.String, [])))(); |
-node_modules.Callback = dart.typedef('Callback', () => dart.functionType(dart.void, [], {i: core.int})); |
+let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.fnType(dart.dynamic, [])))(); |
+let VoidToString = () => (VoidToString = dart.constFn(dart.fnType(core.String, [])))(); |
+node_modules.Callback = dart.typedef('Callback', () => dart.fnTypeFuzzy(dart.void, [], {i: core.int})); |
node_modules.A = class A extends core.Object {}; |
node_modules._A = class _A extends core.Object {}; |
node_modules.B$ = dart.generic(T => { |