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

Side by Side Diff: pkg/front_end/testcases/rasta/type_literals.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; 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 C<T extends core::Object> extends core::Object { 5 class C<T extends core::Object> extends core::Object {
6 constructor •() → self::C<self::C::T> 6 constructor •() → self::C<self::C::T>
7 : super core::Object::•(); 7 : super core::Object::•();
8 method test() → dynamic { 8 method test() → dynamic {
9 self::C<dynamic>; 9 self::C<dynamic>;
10 self::use(self::C<dynamic>); 10 self::use(self::C<dynamic>);
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 self::use(let final dynamic #t124 = () → void in let final dynamic #t125 = # t124.-(42) in invalid-expression); 88 self::use(let final dynamic #t124 = () → void in let final dynamic #t125 = # t124.-(42) in invalid-expression);
89 } 89 }
90 } 90 }
91 static method use(dynamic x) → dynamic { 91 static method use(dynamic x) → dynamic {
92 if(x.==(new core::DateTime::now().millisecondsSinceEpoch)) 92 if(x.==(new core::DateTime::now().millisecondsSinceEpoch))
93 throw "Shouldn't happen"; 93 throw "Shouldn't happen";
94 } 94 }
95 static method main() → dynamic { 95 static method main() → dynamic {
96 new self::C::•<dynamic>().test(); 96 new self::C::•<dynamic>().test();
97 } 97 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/type_literals.dart ('k') | pkg/front_end/testcases/rasta/type_literals.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698