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

Unified Diff: pkg/front_end/testcases/inference/generic_methods_iterable_and_future.dart

Issue 2866363004: Fix annotation of generic method invocations in Fasta inference tests (again). (Closed)
Patch Set: Created 3 years, 7 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/testcases/inference/generic_methods_iterable_and_future.dart
diff --git a/pkg/front_end/testcases/inference/generic_methods_iterable_and_future.dart b/pkg/front_end/testcases/inference/generic_methods_iterable_and_future.dart
index e2779260965b01ca3fe242c7a0001425c5d22357..0f48f25d5630d792b9c40c54549d6fbadabeed0a 100644
--- a/pkg/front_end/testcases/inference/generic_methods_iterable_and_future.dart
+++ b/pkg/front_end/testcases/inference/generic_methods_iterable_and_future.dart
@@ -38,7 +38,7 @@ main() {
Future<String> results4 = /*@promotedType=none*/ results
. /*@typeArgs=String*/ then(
/*@returnType=String*/ (List<int> list) => /*@promotedType=none*/ list
- . /*@typeArgs=String*/ fold<String>(
+ .fold<String>(
'',
/*@returnType=String*/ (/*@type=String*/ x,
/*@type=int*/ y) =>

Powered by Google App Engine
This is Rietveld 408576698