Index: pkg/front_end/testcases/inference/future_union_async_conditional_2.dart |
diff --git a/pkg/front_end/testcases/inference/future_union_async_conditional_2.dart b/pkg/front_end/testcases/inference/future_union_async_conditional_2.dart |
index c76aad59f3b08982796b354cdd6fbbf75aa9658e..352322624be4b88a94e0b08351c962813a5da806 100644 |
--- a/pkg/front_end/testcases/inference/future_union_async_conditional_2.dart |
+++ b/pkg/front_end/testcases/inference/future_union_async_conditional_2.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; |
} |