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

Unified Diff: pkg/front_end/testcases/super_rasta_copy.dart.direct.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.direct.expect
diff --git a/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect b/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
index d3e405c938e8e9da2d897d6a361c8bfef66ab089..8a18e885c99bbf7b989a90e396116c71a4d7be38 100644
--- a/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
+++ b/pkg/front_end/testcases/super_rasta_copy.dart.direct.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) → dynamic {}
}
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