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

Side by Side Diff: pkg/front_end/testcases/rasta/issue_000070.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 A<N extends core::Object, S extends core::Object, U extends core::Object> extends core::Object { 5 class A<N extends core::Object, S extends core::Object, U extends core::Object> extends core::Object {
6 final field core::List<self::A::U> field; 6 final field core::List<self::A::U> field;
7 constructor •(self::A::N n, self::A::S s) → void 7 constructor •(self::A::N n, self::A::S s) → void
8 ; 8 ;
9 constructor empty() → void 9 constructor empty() → void
10 ; 10 ;
11 const constructor c(self::A::U u, self::A::S s) → void 11 const constructor c(self::A::U u, self::A::S s) → void
12 ; 12 ;
13 static factory f<N extends core::Object, S extends core::Object, U extends cor e::Object>(self::A::f::S s) → self::A<self::A::f::N, self::A::f::S, self::A::f:: U> 13 static factory f<N extends core::Object, S extends core::Object, U extends cor e::Object>(self::A::f::S s) → self::A<self::A::f::N, self::A::f::S, self::A::f:: U>
14 ; 14 ;
15 get getter() → core::List<self::A::U> 15 get getter() → core::List<self::A::U>
16 ; 16 ;
17 set setter(self::A::S s) → void 17 set setter(self::A::S s) → void
18 ; 18 ;
19 } 19 }
20 abstract class J<Aa extends core::Object, B extends core::Object> extends core:: Object { 20 abstract class J<Aa extends core::Object, B extends core::Object> extends core:: Object {
21 constructor •() → void 21 constructor •() → void
22 ; 22 ;
23 } 23 }
24 abstract class I<H extends core::Object, C extends core::Object, K extends core: :Object> extends self::J<self::I::C, self::I::K> { 24 abstract class I<H extends core::Object, C extends core::Object, K extends core: :Object> extends self::J<self::I::C, self::I::K> {
25 constructor •() → void 25 constructor •() → void
26 ; 26 ;
27 } 27 }
28 static method main() → dynamic 28 static method main() → dynamic
29 ; 29 ;
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/issue_000070.dart.direct.expect ('k') | pkg/front_end/testcases/rasta/issue_000080.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698