| Index: pkg/front_end/testcases/inference_new/infer_use_of_void.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.outline.expect b/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.outline.expect
|
| index 0e47bce8299e3e0881b488f568da5db40edf06ec..0ff38be42f41365ad8c48f0ed1ff540c0c49449f 100644
|
| --- a/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.outline.expect
|
| @@ -3,13 +3,13 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class B extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| method f() → void
|
| ;
|
| }
|
| class C extends self::B {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| method f() → dynamic
|
| ;
|
|
|