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

Unified Diff: test/codegen_expected/language/classes_static_method_clash_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/classes_static_method_clash_test.js
diff --git a/test/codegen_expected/language/classes_static_method_clash_test.js b/test/codegen_expected/language/classes_static_method_clash_test.js
index e8cc5258b2bc7cd44e0835928c658b8aa0d846ed..48703900c0590d1b135899487cb4b1d52942798b 100644
--- a/test/codegen_expected/language/classes_static_method_clash_test.js
+++ b/test/codegen_expected/language/classes_static_method_clash_test.js
@@ -31,7 +31,7 @@ dart_library.library('language/classes_static_method_clash_test', null, /* Impor
dart.fn(classes_static_method_clash_test.confuse, dynamicToint());
let const$;
classes_static_method_clash_test.main = function() {
- expect$.Expect.equals(42, core.Function.apply(classes_static_method_clash_test.foo, [], dart.map([const$ || (const$ = dart.const(core.Symbol.new('a'))), 42])));
+ expect$.Expect.equals(42, core.Function.apply(classes_static_method_clash_test.foo, [], dart.map([const$ || (const$ = dart.const(core.Symbol.new('a'))), 42], core.Symbol, dart.dynamic)));
expect$.Expect.equals(499, core.Function.apply(classes_static_method_clash_test.foo, [], null));
core.print(classes_static_method_clash_test.objects[dartx.get](classes_static_method_clash_test.confuse(0)));
};

Powered by Google App Engine
This is Rietveld 408576698