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

Unified Diff: pkg/front_end/testcases/super_rasta_copy.dart.strong.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.strong.expect
diff --git a/pkg/front_end/testcases/super_rasta_copy.dart.strong.expect b/pkg/front_end/testcases/super_rasta_copy.dart.strong.expect
index 87ae1479c8382e226230ed70e5d4cbffbded3f91..42ea2a5b41739cd2cf1422eb8d643ae080df8b67 100644
--- a/pkg/front_end/testcases/super_rasta_copy.dart.strong.expect
+++ b/pkg/front_end/testcases/super_rasta_copy.dart.strong.expect
@@ -8,7 +8,7 @@ class A extends core::Object {
field dynamic c = null;
field dynamic d = null;
final field dynamic f = null;
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
get e() → dynamic
@@ -32,7 +32,7 @@ class A extends core::Object {
}
class B extends self::A {
final field dynamic d = null;
- constructor •() → void
+ default constructor •() → void
: super self::A::•()
;
get b() → dynamic
@@ -41,7 +41,7 @@ class B extends self::A {
set i(dynamic x) → void {}
}
class C extends self::B {
- constructor •() → void
+ default constructor •() → void
: super self::B::•()
;
method test() → dynamic {

Powered by Google App Engine
This is Rietveld 408576698