Index: pkg/front_end/testcases/store_load.dart.outline.expect |
diff --git a/pkg/front_end/testcases/store_load.dart.outline.expect b/pkg/front_end/testcases/store_load.dart.outline.expect |
index e8418c60081eec19796a53c1255cf773b8ea272c..9f4aeb614a32d67e900cbf1f48449596095d5f39 100644 |
--- a/pkg/front_end/testcases/store_load.dart.outline.expect |
+++ b/pkg/front_end/testcases/store_load.dart.outline.expect |
@@ -4,20 +4,20 @@ import "dart:core" as core; |
class Foo extends core::Object { |
field dynamic _field; |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
class FooValue extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
class Bar extends core::Object { |
field dynamic _field; |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
class BarValue extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
; |
} |
static method main() → dynamic |