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

Unified Diff: test/codegen_expected/language/static_const_field_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/static_const_field_test.js
diff --git a/test/codegen_expected/language/static_const_field_test.js b/test/codegen_expected/language/static_const_field_test.js
index b9465c29609549dc9c65411de31d29070134858e..967c2f8638ef6d9412d605c8c2a7b2d03698279a 100644
--- a/test/codegen_expected/language/static_const_field_test.js
+++ b/test/codegen_expected/language/static_const_field_test.js
@@ -33,7 +33,7 @@ dart_library.library('language/static_const_field_test', null, /* Imports */[
static_const_field_test.A.artist2 = static_const_field_test.Switzerland.AG;
static_const_field_test.A.architect1 = static_const_field_test.Spain.AG;
static_const_field_test.A.array1 = dart.constList([1, 2], core.int);
- static_const_field_test.A.map1 = dart.const(dart.map({Monday: 1, Tuesday: 2}));
+ static_const_field_test.A.map1 = dart.const(dart.map({Monday: 1, Tuesday: 2}, core.String, core.int));
dart.defineLazy(static_const_field_test.A, {
get a() {
return dart.const(new static_const_field_test.A());
« no previous file with comments | « test/codegen_expected/language/regress_23046_test.js ('k') | test/codegen_expected/language/string_interpolate2_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698