Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: pkg/front_end/testcases/DeltaBlue.dart.outline.expect

Issue 2981783002: Set 'isSyntheticDefault' for default constructors. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
;

Powered by Google App Engine
This is Rietveld 408576698