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

Side by Side Diff: pkg/front_end/test/fasta/rasta/issue_000048.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
(Empty)
1 library;
2 import self as self;
3 import "dart:core" as core;
4
5 class A extends core::Object {
6 field core::bool v1;
7 field core::num v2;
8 constructor •(core::bool v1, core::num v2) → void
9 ;
10 }
11 class M1 extends core::Object {
12 field core::num v2;
13 constructor •() → void
14 ;
15 }
16 class C extends self::A&M1 {
17 constructor •(core::bool v1, core::num v2) → void
18 : super self::A::•(v1, v2)
19 ;
20 }
21 abstract class A&M1 = self::A with self::M1 {
22 }
23 static method main() → dynamic
24 ;
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/rasta/issue_000048.dart.direct.expect ('k') | pkg/front_end/test/fasta/rasta/issue_000052.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698