| Index: pkg/front_end/testcases/inference/future_then_conditional_3.dart
|
| diff --git a/pkg/front_end/testcases/inference/future_then_conditional_3.dart b/pkg/front_end/testcases/inference/future_then_conditional_3.dart
|
| index 37423b298d27972bc8be789f0dc17ec1fb304c03..694d8a921442f333ac2d3753a935527621c14c8f 100644
|
| --- a/pkg/front_end/testcases/inference/future_then_conditional_3.dart
|
| +++ b/pkg/front_end/testcases/inference/future_then_conditional_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;
|
| }
|
|
|
|
|