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