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

Unified Diff: pkg/front_end/testcases/rasta/issue_000070.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/rasta/issue_000070.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
index d1530e88387422f3095eafd18bb8e8718ad26618..031b52afce88083790f9e1490eaa18348665aac4 100644
--- a/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect
@@ -25,12 +25,12 @@ class A<N extends core::Object, S extends core::Object, U extends core::Object>
set setter(self::A::S s) → void {}
}
abstract class J<Aa extends core::Object, B extends core::Object> extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
}
abstract class I<H extends core::Object, C extends core::Object, K extends core::Object> extends self::J<self::I::C, self::I::K> {
- constructor •() → void
+ default constructor •() → void
: super self::J::•()
;
}

Powered by Google App Engine
This is Rietveld 408576698