Index: pkg/front_end/testcases/cycles.dart.outline.expect |
diff --git a/pkg/front_end/testcases/cycles.dart.outline.expect b/pkg/front_end/testcases/cycles.dart.outline.expect |
index 94caec38bba78a41d47bf59dbaad5f43d6626de1..379e84ced0e7c221e7e03b588ccd1c00f6024039 100644 |
--- a/pkg/front_end/testcases/cycles.dart.outline.expect |
+++ b/pkg/front_end/testcases/cycles.dart.outline.expect |
@@ -3,19 +3,19 @@ import self as self; |
import "dart:core" as core; |
class A extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
class B extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
class C extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
class D extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
static method main() → dynamic |