| Index: pkg/front_end/testcases/inference/downwards_inference_annotations.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/downwards_inference_annotations.dart.direct.expect b/pkg/front_end/testcases/inference/downwards_inference_annotations.dart.direct.expect
|
| index 6588fb812127d3a5ff946feffa89bbc13e8984e3..c4d78fa46b35b04ca53d8da15303c9579a3d92f9 100644
|
| --- a/pkg/front_end/testcases/inference/downwards_inference_annotations.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/inference/downwards_inference_annotations.dart.direct.expect
|
| @@ -12,13 +12,13 @@ class Foo extends core::Object {
|
| }
|
| @self::Foo::•(const <dynamic>[])
|
| class Bar extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| @self::Foo::named(const <dynamic>[])
|
| class Baz extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|