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

Unified Diff: pkg/front_end/testcases/rasta/duplicated_mixin.dart.outline.expect

Issue 2862223002: Rewrite mixin application handling in Fasta. (Closed)
Patch Set: Update status file. Created 3 years, 7 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/duplicated_mixin.dart.outline.expect
diff --git a/pkg/front_end/testcases/rasta/duplicated_mixin.dart.outline.expect b/pkg/front_end/testcases/rasta/duplicated_mixin.dart.outline.expect
index eb523ab3024273ac6b1994e84e18d4a369205d36..1c4d84df864f2b3c879d48a78cb83c40401218d9 100644
--- a/pkg/front_end/testcases/rasta/duplicated_mixin.dart.outline.expect
+++ b/pkg/front_end/testcases/rasta/duplicated_mixin.dart.outline.expect
@@ -7,11 +7,11 @@ class Mixin extends core::Object {
constructor •() → void
;
}
-class A extends self::Object&Mixin&Mixin {
- constructor •() → void
- ;
-}
abstract class Object&Mixin = core::Object with self::Mixin {
}
abstract class Object&Mixin&Mixin = self::Object&Mixin with self::Mixin {
}
+class A extends self::Object&Mixin&Mixin {
+ constructor •() → void
+ ;
+}

Powered by Google App Engine
This is Rietveld 408576698