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

Unified Diff: pkg/analyzer/test/src/context/mock_sdk.dart

Issue 2884443002: Remove List.map from analyzer's mock SDK (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
« no previous file with comments | « no previous file | pkg/front_end/testcases/inference/block_bodied_lambdas_basic.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/context/mock_sdk.dart
diff --git a/pkg/analyzer/test/src/context/mock_sdk.dart b/pkg/analyzer/test/src/context/mock_sdk.dart
index 65ba4417d15553a919a5802adb206c0555c804cf..c7fa7c7767580ca2f33582f7463a5ddf3b9e3cd0 100644
--- a/pkg/analyzer/test/src/context/mock_sdk.dart
+++ b/pkg/analyzer/test/src/context/mock_sdk.dart
@@ -284,8 +284,6 @@ class List<E> implements Iterable<E> {
E get first => null;
E get last => null;
- Iterable/*<R>*/ map/*<R>*/(/*=R*/ f(E e)) => null;
-
/*=R*/ fold/*<R>*/(/*=R*/ initialValue,
/*=R*/ combine(/*=R*/ previousValue, E element)) => null;
« no previous file with comments | « no previous file | pkg/front_end/testcases/inference/block_bodied_lambdas_basic.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698