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 6539e675a1a3c836262f934fb61db67c5e76e7bd..e598568db3df56ebb6b4a5f8e4129e13c456629c 100644 |
--- a/pkg/analyzer/test/src/context/mock_sdk.dart |
+++ b/pkg/analyzer/test/src/context/mock_sdk.dart |
@@ -29,7 +29,7 @@ class Future<T> { |
static Future<List/*<T>*/> wait/*<T>*/( |
Iterable<Future/*<T>*/> futures) => null; |
- Future/*<R>*/ then/*<R>*/(/*=R*/ onValue(T value)) => null; |
+ Future/*<R>*/ then/*<R>*/(onValue(T value)) => null; |
} |
abstract class Completer<T> { |