| Index: pkg/front_end/testcases/inference/future_then_upwards_3.dart
|
| diff --git a/pkg/front_end/testcases/inference/future_then_upwards_3.dart b/pkg/front_end/testcases/inference/future_then_upwards_3.dart
|
| index 4c658a904f1499278a29f5a0b2ea8786ee388633..4ee0123474080d7638285cb5e65f6dbc39d598b0 100644
|
| --- a/pkg/front_end/testcases/inference/future_then_upwards_3.dart
|
| +++ b/pkg/front_end/testcases/inference/future_then_upwards_3.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;
|
| }
|
|
|
|
|