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

Unified Diff: pkg/front_end/test/fasta/mixin.dart.direct.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/compile.status ('k') | pkg/front_end/test/fasta/mixin.dart.outline.expect » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/mixin.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/mixin.dart.direct.expect b/pkg/front_end/test/fasta/mixin.dart.direct.expect
index 5c49faf830d384bb4a71a446710c6b30218dac29..7d6b06e7feee3e8bfaecbb31329f2f15d2183399 100644
--- a/pkg/front_end/test/fasta/mixin.dart.direct.expect
+++ b/pkg/front_end/test/fasta/mixin.dart.direct.expect
@@ -52,20 +52,6 @@ abstract class Object&M1&M2 extends self::Object&M1 implements self::M2 {
method m() → dynamic
return core::print("M2");
}
-abstract class Object&M1 extends core::Object implements self::M1 {
- constructor •() → void
- : super core::Object::•()
- ;
- method m() → dynamic
- return core::print("M1");
-}
-abstract class Object&M1&M2 extends self::Object&M1 implements self::M2 {
- constructor •() → void
- : super self::Object&M1::•()
- ;
- method m() → dynamic
- return core::print("M2");
-}
abstract class D^G1<S extends core::Object> extends core::Object implements self::G1<self::D^G1::S> {
constructor •() → void
: super core::Object::•()
« no previous file with comments | « pkg/front_end/test/fasta/compile.status ('k') | pkg/front_end/test/fasta/mixin.dart.outline.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698