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

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

Issue 2709943005: Canonicalize mixin applications by their name (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "dart:core" as core; 3 import "dart:core" as core;
4 4
5 class B extends self::Object&M1&M2 { 5 class B extends self::Object&M1&M2 {
6 constructor •(dynamic value) → void 6 constructor •(dynamic value) → void
7 ; 7 ;
8 } 8 }
9 abstract class M1 extends core::Object { 9 abstract class M1 extends core::Object {
10 constructor •() → void 10 constructor •() → void
(...skipping 18 matching lines...) Expand all
29 ; 29 ;
30 } 30 }
31 class D<S extends core::Object> extends self::D^G1<self::D::S> { 31 class D<S extends core::Object> extends self::D^G1<self::D::S> {
32 constructor •() → void 32 constructor •() → void
33 ; 33 ;
34 } 34 }
35 abstract class Object&M1 = core::Object with self::M1 { 35 abstract class Object&M1 = core::Object with self::M1 {
36 } 36 }
37 abstract class Object&M1&M2 = self::Object&M1 with self::M2 { 37 abstract class Object&M1&M2 = self::Object&M1 with self::M2 {
38 } 38 }
39 abstract class Object&M1 = core::Object with self::M1 {
40 }
41 abstract class Object&M1&M2 = self::Object&M1 with self::M2 {
42 }
43 abstract class D^G1<S extends core::Object> = core::Object with self::G1<self::D ^G1::S> { 39 abstract class D^G1<S extends core::Object> = core::Object with self::G1<self::D ^G1::S> {
44 } 40 }
45 static method main() → dynamic 41 static method main() → dynamic
46 ; 42 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698