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

Unified Diff: pkg/front_end/test/fasta/rasta/supports_reflection.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
« no previous file with comments | « pkg/front_end/test/fasta/rasta/issue_000068.dart.direct.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/rasta/supports_reflection.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/rasta/supports_reflection.dart.direct.expect b/pkg/front_end/test/fasta/rasta/supports_reflection.dart.direct.expect
index 897d307a8a66580c609a3ff0473bfcda178199b1..b7bfa566da74ac564e5c365c547fc907aa082038 100644
--- a/pkg/front_end/test/fasta/rasta/supports_reflection.dart.direct.expect
+++ b/pkg/front_end/test/fasta/rasta/supports_reflection.dart.direct.expect
@@ -3,5 +3,5 @@ import self as self;
import "dart:core" as core;
static method main() → dynamic {
- core::print(const core::bool::fromEnvironment("dart.library.mirrors", defaultValue: false));
+ core::print(const core::bool::fromEnvironment("dart.library.mirrors"));
}
« no previous file with comments | « pkg/front_end/test/fasta/rasta/issue_000068.dart.direct.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698