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

Unified Diff: pkg/front_end/testcases/rasta/super.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/rasta/super.dart.outline.expect
diff --git a/pkg/front_end/testcases/rasta/super.dart.outline.expect b/pkg/front_end/testcases/rasta/super.dart.outline.expect
index 6e83919105bbd947acbaeb07bc615389abf26b48..809f633f782c0df7ca9f72342090a71310f2d4cc 100644
--- a/pkg/front_end/testcases/rasta/super.dart.outline.expect
+++ b/pkg/front_end/testcases/rasta/super.dart.outline.expect
@@ -8,7 +8,7 @@ class A extends core::Object {
field dynamic c;
field dynamic d;
final field dynamic f;
- constructor •() → void
+ default constructor •() → void
;
get e() → dynamic
;
@@ -39,7 +39,7 @@ class A extends core::Object {
}
class B extends self::A {
final field dynamic d;
- constructor •() → void
+ default constructor •() → void
;
get b() → dynamic
;
@@ -49,7 +49,7 @@ class B extends self::A {
;
}
class C extends self::B {
- constructor •() → void
+ default constructor •() → void
;
method test() → dynamic
;

Powered by Google App Engine
This is Rietveld 408576698