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

Unified Diff: test/codegen_expected/language/issue10204_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/issue10204_test.js
diff --git a/test/codegen_expected/language/issue10204_test.js b/test/codegen_expected/language/issue10204_test.js
index cd512108b4aa4cac35786e0a5fd148e7249ccbbe..c87f72b0872ad8d1ca16de4f63d62c545c5cc01f 100644
--- a/test/codegen_expected/language/issue10204_test.js
+++ b/test/codegen_expected/language/issue10204_test.js
@@ -28,7 +28,7 @@ dart_library.library('language/issue10204_test', null, /* Imports */[
});
issue10204_test.Node = class Node extends core.Object {
new() {
- this.inputs = dart.map({a: dart.const(new issue10204_test.Tupe()), b: dart.const(new issue10204_test.Tupe())});
+ this.inputs = dart.map({a: dart.const(new issue10204_test.Tupe()), b: dart.const(new issue10204_test.Tupe())}, core.String, issue10204_test.Tupe);
this.selector = null;
this.isCallOnInterceptor = false;
}
« no previous file with comments | « test/codegen_expected/language/identical_const_test_none_multi.js ('k') | test/codegen_expected/language/lazy_map_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698