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

Unified Diff: pkg/front_end/testcases/rasta/issue_000007.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_000007.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect
index 8116f3fa5b4880dedf59cf82ef2c75c5cf15ba96..55a0e8d8fd1ff8b1ad1a3ca667465703c94d9262 100644
--- a/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000007.dart.direct.expect
@@ -14,16 +14,11 @@ class Mixin extends core::Object {
method foo() → dynamic
return core::print("foo");
}
-abstract class Base&Mixin extends self::Base implements self::Mixin {
- constructor •() → void
- : super self::Base::•()
- ;
- method foo() → dynamic
- return core::print("foo");
+abstract class Base&Mixin = self::Base with self::Mixin {
}
class Sub extends self::Base&Mixin {
constructor •() → void
- : super self::Base&Mixin::•()
+ : super self::Base::•()
;
}
static method main() → dynamic {
« no previous file with comments | « pkg/front_end/testcases/mixin.dart.direct.expect ('k') | pkg/front_end/testcases/rasta/issue_000012.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698