| Index: pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.expect b/pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.expect
|
| index e69adf1e546a07e27c4b2e0b9732e6a456ed3819..720016411cbbcc50e0825d3b68d4d2fea8014500 100644
|
| --- a/pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.expect
|
| @@ -8,7 +8,7 @@ class MyFuture<T extends core::Object> extends core::Object implements asy::Futu
|
| : super core::Object::•() {}
|
| constructor value([dynamic x = null]) → 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;
|
| }
|
|
|