| Index: pkg/front_end/testcases/inference/future_then_upwards_2.dart
|
| diff --git a/pkg/front_end/testcases/inference/future_then_upwards_2.dart b/pkg/front_end/testcases/inference/future_then_upwards_2.dart
|
| index 3cfdd04d21caa317a23a60b47db28d7e92f0d17d..8db4acdbe6b1aa458ab6da90c29c7c3971502ae0 100644
|
| --- a/pkg/front_end/testcases/inference/future_then_upwards_2.dart
|
| +++ b/pkg/front_end/testcases/inference/future_then_upwards_2.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;
|
| }
|
|
|
|
|