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

Unified Diff: pkg/front_end/test/fasta/mixin.dart.outline.expect

Issue 2709943005: Canonicalize mixin applications by their name (Closed)
Patch Set: Address comment Created 3 years, 10 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
« no previous file with comments | « pkg/front_end/test/fasta/mixin.dart.direct.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/mixin.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/mixin.dart.outline.expect b/pkg/front_end/test/fasta/mixin.dart.outline.expect
index 7c0c30a4736cc9b5e81af0c377ebe7cd5de2f4c0..cdba6feedc4f069c89b6c06587ae244390262a16 100644
--- a/pkg/front_end/test/fasta/mixin.dart.outline.expect
+++ b/pkg/front_end/test/fasta/mixin.dart.outline.expect
@@ -36,10 +36,6 @@ abstract class Object&M1 = core::Object with self::M1 {
}
abstract class Object&M1&M2 = self::Object&M1 with self::M2 {
}
-abstract class Object&M1 = core::Object with self::M1 {
-}
-abstract class Object&M1&M2 = self::Object&M1 with self::M2 {
-}
abstract class D^G1<S extends core::Object> = core::Object with self::G1<self::D^G1::S> {
}
static method main() → dynamic
« no previous file with comments | « pkg/front_end/test/fasta/mixin.dart.direct.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698