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

Unified Diff: pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect

Issue 2939533002: Apply transformations after comparing to golden files. (Closed)
Patch Set: Created 3 years, 6 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_000048.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect
index 33c7e1d9debbab1e1597d1ab165975a5e94e3994..8731130834bbd00026e31630e93f94ff2926e16b 100644
--- a/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000048.dart.direct.expect
@@ -15,8 +15,7 @@ class M1 extends core::Object {
: super core::Object::•()
;
}
-class C extends self::A implements self::M1 {
- field core::num v2 = 0;
+class C = self::A with self::M1 {
constructor •(core::bool v1, core::num v2) → void
: super self::A::•(v1, v2)
;

Powered by Google App Engine
This is Rietveld 408576698