Index: pkg/front_end/testcases/inference/future_union_downwards_4.dart |
diff --git a/pkg/front_end/testcases/inference/future_union_downwards_4.dart b/pkg/front_end/testcases/inference/future_union_downwards_4.dart |
index a7e9b4c85353a0017bc0bd35e9582bb316f579cf..7fa2acf23c28267a747c5dc74f8ed8efcb4af02e 100644 |
--- a/pkg/front_end/testcases/inference/future_union_downwards_4.dart |
+++ b/pkg/front_end/testcases/inference/future_union_downwards_4.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; |
} |