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

Side by Side Diff: pkg/front_end/testcases/rasta/mixin_library.dart.dartk.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 test.mixin_library; 1 library test.mixin_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 Mixin<T extends core::Object> extends core::Object { 5 class Mixin<T extends core::Object> extends core::Object {
6 field dynamic x; 6 field dynamic x;
7 field dynamic y; 7 field dynamic y;
8 field dynamic z; 8 field dynamic z;
9 field self::Mixin::T t; 9 field self::Mixin::T t;
10 constructor •() → self::Mixin<self::Mixin::T> 10 constructor •() → self::Mixin<self::Mixin::T>
(...skipping 12 matching lines...) Expand all
23 return this._privateMethod(); 23 return this._privateMethod();
24 } 24 }
25 static method f() → dynamic 25 static method f() → dynamic
26 return 2; 26 return 2;
27 static method V() → dynamic 27 static method V() → dynamic
28 return 87; 28 return 87;
29 static method _private() → dynamic 29 static method _private() → dynamic
30 return 117; 30 return 117;
31 static method foo(dynamic m) → dynamic 31 static method foo(dynamic m) → dynamic
32 return m._privateMethod(); 32 return m._privateMethod();
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/mixin_library.dart ('k') | pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698