Chromium Code Reviews| Index: pkg/front_end/testcases/DeltaBlue.dart.outline.expect |
| diff --git a/pkg/front_end/testcases/DeltaBlue.dart.outline.expect b/pkg/front_end/testcases/DeltaBlue.dart.outline.expect |
| index e97314d9d87deb084af7086fe7b60836443ba657..c668666a93a91afb44d50e020b92486cfd8eac98 100644 |
| --- a/pkg/front_end/testcases/DeltaBlue.dart.outline.expect |
| +++ b/pkg/front_end/testcases/DeltaBlue.dart.outline.expect |
| @@ -3,7 +3,7 @@ import self as self; |
| import "dart:core" as core; |
| class DeltaBlue extends core::Object { |
| - constructor •() → void |
| + default constructor •() → void |
|
Johnni Winther
2017/07/14 09:22:02
Why isn't this change also in the .direct.expect f
ahe
2017/07/14 09:42:26
It's probably because it already fails today, this
|
| ; |
| method run() → void |
| ; |
| @@ -151,7 +151,7 @@ class Variable extends core::Object { |
| } |
| class Planner extends core::Object { |
| field core::int currentMark; |
| - constructor •() → void |
| + default constructor •() → void |
| ; |
| method incrementalAdd(self::Constraint c) → void |
| ; |
| @@ -172,7 +172,7 @@ class Planner extends core::Object { |
| } |
| class Plan extends core::Object { |
| field core::List<self::Constraint> list; |
| - constructor •() → void |
| + default constructor •() → void |
| ; |
| method addConstraint(self::Constraint c) → void |
| ; |