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