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

Unified Diff: pkg/front_end/test/fasta/map.dart.direct.expect

Issue 2750503015: Reland: [Fasta] Do not emit default arguments at callsite (Closed)
Patch Set: Created 3 years, 9 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: pkg/front_end/test/fasta/map.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/map.dart.direct.expect b/pkg/front_end/test/fasta/map.dart.direct.expect
index 5deb82f7686d521928744353e234201680ec1fb9..7e063bca554dff3037c2512ff57ca54e6a1910ab 100644
--- a/pkg/front_end/test/fasta/map.dart.direct.expect
+++ b/pkg/front_end/test/fasta/map.dart.direct.expect
@@ -4,5 +4,5 @@ import "dart:core" as core;
import "dart:collection" as col;
static method main() → dynamic {
- core::print(col::LinkedHashMap::•<dynamic, dynamic>(equals: null, hashCode: null, isValidKey: null));
+ core::print(col::LinkedHashMap::•<dynamic, dynamic>());
}

Powered by Google App Engine
This is Rietveld 408576698