Index: pkg/front_end/testcases/inference/future_then_conditional.dart |
diff --git a/pkg/front_end/testcases/inference/future_then_conditional.dart b/pkg/front_end/testcases/inference/future_then_conditional.dart |
index c7b3bf27a20cca3c5fc20c9d26a7eebf9aa953e9..5af8eb1a170181db5b935b65b5d7e188fc8a4f77 100644 |
--- a/pkg/front_end/testcases/inference/future_then_conditional.dart |
+++ b/pkg/front_end/testcases/inference/future_then_conditional.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; |
} |