Index: pkg/front_end/testcases/inference/future_then_upwards.dart |
diff --git a/pkg/front_end/testcases/inference/future_then_upwards.dart b/pkg/front_end/testcases/inference/future_then_upwards.dart |
index 7508eef606e9412d760858e72371c0a7ff7f0d12..34290072b3e009ea93b63d46940bb36bef860c74 100644 |
--- a/pkg/front_end/testcases/inference/future_then_upwards.dart |
+++ b/pkg/front_end/testcases/inference/future_then_upwards.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; |
} |