Index: pkg/front_end/testcases/inference/downwards_inference_annotations_type_variable.dart.outline.expect |
diff --git a/pkg/front_end/testcases/inference/downwards_inference_annotations_type_variable.dart.outline.expect b/pkg/front_end/testcases/inference/downwards_inference_annotations_type_variable.dart.outline.expect |
index 0295fe729a95408d248cd76ed731bd5401517626..a66d0eeae2d92433b6a7c0d454da20cb012fb6a1 100644 |
--- a/pkg/front_end/testcases/inference/downwards_inference_annotations_type_variable.dart.outline.expect |
+++ b/pkg/front_end/testcases/inference/downwards_inference_annotations_type_variable.dart.outline.expect |
@@ -8,11 +8,11 @@ class Foo extends core::Object { |
; |
} |
class C<T extends core::Object> extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
class D extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
method m<T extends core::Object>() → void |
; |