Index: pkg/front_end/testcases/inference/future_then_6.dart |
diff --git a/pkg/front_end/testcases/inference/future_then_6.dart b/pkg/front_end/testcases/inference/future_then_6.dart |
index 1aaeb016189222cf2741f3a6fd51a4b5cda3dcb9..cd5877dd97b6d55139d4cc3bddadc2438b96dfdb 100644 |
--- a/pkg/front_end/testcases/inference/future_then_6.dart |
+++ b/pkg/front_end/testcases/inference/future_then_6.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; |
} |