Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1253)

Unified Diff: test/codegen_expected/language/call_function_apply_test.js

Issue 2211293002: Reify type params on map literals (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Remove unnecessary null check Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/codegen_expected/language/call_function_apply_test.js
diff --git a/test/codegen_expected/language/call_function_apply_test.js b/test/codegen_expected/language/call_function_apply_test.js
index bc0686a37686ac50493dab8dcc896c456aa20471..a7092930bb105163125006f8a82cf98883e225c3 100644
--- a/test/codegen_expected/language/call_function_apply_test.js
+++ b/test/codegen_expected/language/call_function_apply_test.js
@@ -27,7 +27,7 @@ dart_library.library('language/call_function_apply_test', null, /* Imports */[
});
let const$;
call_function_apply_test.main = function() {
- expect$.Expect.equals(497, core.Function.apply(new call_function_apply_test.A(), [], dart.map([const$ || (const$ = dart.const(core.Symbol.new('a'))), -2])));
+ expect$.Expect.equals(497, core.Function.apply(new call_function_apply_test.A(), [], dart.map([const$ || (const$ = dart.const(core.Symbol.new('a'))), -2], core.Symbol, dart.dynamic)));
};
dart.fn(call_function_apply_test.main, VoidTodynamic());
// Exports:
« no previous file with comments | « test/codegen_expected/corelib/uri_test.js ('k') | test/codegen_expected/language/call_nonexistent_static_test_none_multi.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698