| Index: pkg/front_end/testcases/inference/future_then_upwards.dart.strong.expect | 
| diff --git a/pkg/front_end/testcases/inference/future_then_upwards.dart.strong.expect b/pkg/front_end/testcases/inference/future_then_upwards.dart.strong.expect | 
| index 4ccd20fc967683ece5b84a82f9f115e13d8b8268..edb07c78e342b6b80adbaaac9e5bc734cc42382c 100644 | 
| --- a/pkg/front_end/testcases/inference/future_then_upwards.dart.strong.expect | 
| +++ b/pkg/front_end/testcases/inference/future_then_upwards.dart.strong.expect | 
| @@ -8,7 +8,7 @@ class MyFuture<T extends core::Object> extends core::Object implements asy::Futu | 
| : super core::Object::•() {} | 
| constructor value(self::MyFuture::T x) → void | 
| : super core::Object::•() {} | 
| -  abstract method noSuchMethod(dynamic invocation) → dynamic; | 
| +  abstract method noSuchMethod(core::Invocation invocation) → dynamic; | 
| method then<S extends core::Object>((self::MyFuture::T) → asy::FutureOr<self::MyFuture::then::S> f, {core::Function onError = null}) → self::MyFuture<self::MyFuture::then::S> | 
| return null; | 
| } | 
|  |