| Index: pkg/front_end/testcases/inference/future_then_conditional_4.dart
|
| diff --git a/pkg/front_end/testcases/inference/future_then_conditional_4.dart b/pkg/front_end/testcases/inference/future_then_conditional_4.dart
|
| index 41b7a9b7a8f17ba4ff0e7d30a6c016a52a1e827b..67a980f838de852a7f5c9d27b008f132db5f496b 100644
|
| --- a/pkg/front_end/testcases/inference/future_then_conditional_4.dart
|
| +++ b/pkg/front_end/testcases/inference/future_then_conditional_4.dart
|
| @@ -10,7 +10,7 @@ import 'dart:async';
|
| class MyFuture<T> implements Future<T> {
|
| MyFuture() {}
|
| MyFuture.value(T x) {}
|
| - dynamic noSuchMethod(invocation);
|
| + dynamic noSuchMethod(/*@topType=Invocation*/ invocation);
|
| MyFuture<S> then<S>(FutureOr<S> f(T x), {Function onError}) => null;
|
| }
|
|
|
|
|