| Index: pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_no_bound.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_no_bound.dart.strong.expect b/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_no_bound.dart.strong.expect
|
| index 6a21f2ae8b28d4893a5a0f8955e060abdfcec893..977dc7851afa21a7e8be045bdfe1b7fb968f1c02 100644
|
| --- a/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_no_bound.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_no_bound.dart.strong.expect
|
| @@ -3,7 +3,7 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class C<T extends core::Object> extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|