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

Unified Diff: test/codegen_expected/language/call_nonexistent_static_test_none_multi.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_nonexistent_static_test_none_multi.js
diff --git a/test/codegen_expected/language/call_nonexistent_static_test_none_multi.js b/test/codegen_expected/language/call_nonexistent_static_test_none_multi.js
index a9eaa24b207eaf190a687a1d018da5907be34c12..7fc610f2fed2fd54660dd46192df6fdcf6ef7c81 100644
--- a/test/codegen_expected/language/call_nonexistent_static_test_none_multi.js
+++ b/test/codegen_expected/language/call_nonexistent_static_test_none_multi.js
@@ -23,7 +23,7 @@ dart_library.library('language/call_nonexistent_static_test_none_multi', null, /
dart.fn(call_nonexistent_static_test_none_multi.expectNsme, __Todynamic());
let const$;
call_nonexistent_static_test_none_multi.alwaysThrows = function() {
- dart.throw(new core.NoSuchMethodError(null, const$ || (const$ = dart.const(core.Symbol.new('foo'))), [], dart.map()));
+ dart.throw(new core.NoSuchMethodError(null, const$ || (const$ = dart.const(core.Symbol.new('foo'))), [], dart.map({}, core.Symbol, dart.dynamic)));
};
dart.fn(call_nonexistent_static_test_none_multi.alwaysThrows, VoidTodynamic());
call_nonexistent_static_test_none_multi.test01 = function() {
« no previous file with comments | « test/codegen_expected/language/call_function_apply_test.js ('k') | test/codegen_expected/language/canonical_const_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698