Index: pkg/front_end/testcases/inference/future_then_2.dart |
diff --git a/pkg/front_end/testcases/inference/future_then_2.dart b/pkg/front_end/testcases/inference/future_then_2.dart |
index 45feb51df7335a08f0fbe5b07ce36c332ea74023..b8dc5ff0c26fcc3f13903f35d6ed077924b6fce0 100644 |
--- a/pkg/front_end/testcases/inference/future_then_2.dart |
+++ b/pkg/front_end/testcases/inference/future_then_2.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; |
} |