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

Side by Side Diff: pkg/front_end/testcases/rasta/issue_000048.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 A extends core::Object { 5 class A extends core::Object {
6 field core::bool v1; 6 field core::bool v1;
7 field core::num v2; 7 field core::num v2;
8 constructor •(core::bool v1, core::num v2) → void 8 constructor •(core::bool v1, core::num v2) → void
9 : self::A::v1 = v1, self::A::v2 = v2, super core::Object::•() 9 : self::A::v1 = v1, self::A::v2 = v2, super core::Object::•()
10 ; 10 ;
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 abstract class A&M1 extends self::A implements self::M1 { 23 abstract class A&M1 extends self::A implements self::M1 {
24 field core::num v2 = 0; 24 field core::num v2 = 0;
25 constructor •(final core::bool v1, final core::num v2) → void 25 constructor •(final core::bool v1, final core::num v2) → void
26 : super self::A::•(v1, v2) 26 : super self::A::•(v1, v2)
27 ; 27 ;
28 } 28 }
29 static method main() → dynamic { 29 static method main() → dynamic {
30 self::C c = new self::C::•(true, 2); 30 self::C c = new self::C::•(true, 2);
31 } 31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698