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

Unified Diff: pkg/front_end/testcases/super_rasta_copy.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/super_rasta_copy.dart.outline.expect
diff --git a/pkg/front_end/testcases/super_rasta_copy.dart.outline.expect b/pkg/front_end/testcases/super_rasta_copy.dart.outline.expect
index 91d4f2a977c9c432f2f1d5eddbb11b8764611c7f..61dc3881eba3d46ecbcdd8d5ac27ba8fdfc22ecc 100644
--- a/pkg/front_end/testcases/super_rasta_copy.dart.outline.expect
+++ b/pkg/front_end/testcases/super_rasta_copy.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
;
@@ -35,7 +35,7 @@ class A extends core::Object {
}
class B extends self::A {
final field dynamic d;
- constructor •() → void
+ default constructor •() → void
;
get b() → dynamic
;
@@ -45,7 +45,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