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

Side by Side Diff: pkg/front_end/testcases/uninitialized_fields.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 Uninitialized extends core::Object {
6 field core::int x;
7 constructor •() → void
8 ;
9 }
10 class PartiallyInitialized extends core::Object {
11 field core::int x;
12 constructor •(dynamic x) → void
13 ;
14 constructor noInitializer() → void
15 ;
16 }
17 class Initialized extends core::Object {
18 field core::int x;
19 constructor •(dynamic x) → void
20 ;
21 }
22 class Forwarding extends core::Object {
23 field core::int x;
24 constructor initialize(dynamic x) → void
25 ;
26 constructor •(core::int arg) → void
27 ;
28 }
29 static field core::int uninitializedTopLevel;
30 static field core::int initializedTopLevel;
31 static method main() → dynamic
32 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698