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

Unified Diff: pkg/front_end/testcases/inference_new/field_inference_circularity.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/inference_new/field_inference_circularity.dart.outline.expect
diff --git a/pkg/front_end/testcases/inference_new/field_inference_circularity.dart.outline.expect b/pkg/front_end/testcases/inference_new/field_inference_circularity.dart.outline.expect
index a92243597c0af2b0df0f5d674d3cfc341d28f6a2..3a623f2d0a65a284f00259e9ad9a627f36613471 100644
--- a/pkg/front_end/testcases/inference_new/field_inference_circularity.dart.outline.expect
+++ b/pkg/front_end/testcases/inference_new/field_inference_circularity.dart.outline.expect
@@ -5,13 +5,13 @@ import "dart:core" as core;
class A extends core::Object {
field dynamic x;
field dynamic y;
- constructor •() → void
+ default constructor •() → void
;
}
class B extends self::A {
field dynamic x;
field dynamic y;
- constructor •() → void
+ default constructor •() → void
;
}
static method main() → dynamic

Powered by Google App Engine
This is Rietveld 408576698