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

Side by Side Diff: pkg/front_end/testcases/rasta/issue_000080.dart.direct.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 Mixin extends core::Object { 5 class Mixin extends core::Object {
6 field dynamic field = null; 6 field dynamic field = null;
7 constructor •() → void 7 constructor •() → void
8 : super core::Object::•() 8 : super core::Object::•()
9 ; 9 ;
10 method foo() → dynamic 10 method foo() → dynamic
(...skipping 14 matching lines...) Expand all
25 : super core::Object::•() 25 : super core::Object::•()
26 ; 26 ;
27 method foo() → dynamic 27 method foo() → dynamic
28 return 87; 28 return 87;
29 } 29 }
30 static method main() → dynamic { 30 static method main() → dynamic {
31 dynamic f = new self::Foo::•(); 31 dynamic f = new self::Foo::•();
32 f.field = 42; 32 f.field = 42;
33 core::print(f.bar()); 33 core::print(f.bar());
34 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698