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

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

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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 22 matching lines...) Expand all
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 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> {
40 } 40 }
41 static method main() → dynamic 41 static method main() → dynamic
42 ; 42 ;
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/mixin.dart.direct.expect ('k') | pkg/front_end/testcases/named_parameters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698