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

Unified Diff: pkg/front_end/test/fasta/expressions.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/expressions.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/expressions.dart.direct.expect b/pkg/front_end/test/fasta/expressions.dart.direct.expect
index 803d58d8ee993d9972a57c8cb89b223e9c2f3872..fde709d0c0c518d1883da6a13892bf6250eb6964 100644
--- a/pkg/front_end/test/fasta/expressions.dart.direct.expect
+++ b/pkg/front_end/test/fasta/expressions.dart.direct.expect
@@ -75,5 +75,5 @@ static method main() → dynamic {
on core::NoSuchMethodError catch(dynamic e) {
core::print("As expected: ${e}");
}
- core::print(core::int::parse("42", radix: null, onError: null));
+ core::print(core::int::parse("42"));
}
« no previous file with comments | « pkg/front_end/test/fasta/default_values.dart.direct.expect ('k') | pkg/front_end/test/fasta/map.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698