Index: pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_no_bound.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_no_bound.dart.strong.expect b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_no_bound.dart.strong.expect |
index aaa199e01586fc96b78e443ad6f39dc3fa5f9c71..6be8e0bd13ad8e2521038cd23679f242e53e32c4 100644 |
--- a/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_no_bound.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_no_bound.dart.strong.expect |
@@ -3,12 +3,12 @@ import self as self; |
import "dart:core" as core; |
class A<T extends core::Object> extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
} |
class B<T extends self::A<dynamic>> extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
} |