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

Unified Diff: pkg/front_end/test/fasta/default_values.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/default_values.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/default_values.dart.direct.expect b/pkg/front_end/test/fasta/default_values.dart.direct.expect
index 6e1163b931ce4c712659ff18b2014a364b4ed8e5..ac7960806ecda2b0262dbe51fa45c7932ec685a9 100644
--- a/pkg/front_end/test/fasta/default_values.dart.direct.expect
+++ b/pkg/front_end/test/fasta/default_values.dart.direct.expect
@@ -5,5 +5,5 @@ import "dart:core" as core;
static method topLevel([dynamic a = 42]) → dynamic
return a;
static method main() → dynamic {
- core::print(self::topLevel(42));
+ core::print(self::topLevel());
}

Powered by Google App Engine
This is Rietveld 408576698