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

Side by Side Diff: pkg/front_end/testcases/inference/infer_assign_to_implicit_this_upwards.dart.outline.expect

Issue 2981783002: Set 'isSyntheticDefault' for default constructors. (Closed)
Patch Set: Created 3 years, 5 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 test; 1 library test;
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 Test1 extends core::Object { 5 class Test1 extends core::Object {
6 field core::int t; 6 field core::int t;
7 constructor •() → void 7 default constructor •() → void
8 ; 8 ;
9 method test() → void 9 method test() → void
10 ; 10 ;
11 } 11 }
12 class Test2 extends core::Object { 12 class Test2 extends core::Object {
13 field core::num t; 13 field core::num t;
14 constructor •() → void 14 default constructor •() → void
15 ; 15 ;
16 method test() → void 16 method test() → void
17 ; 17 ;
18 } 18 }
19 class Test3 extends core::Object { 19 class Test3 extends core::Object {
20 field core::double t; 20 field core::double t;
21 constructor •() → void 21 default constructor •() → void
22 ; 22 ;
23 method test3() → void 23 method test3() → void
24 ; 24 ;
25 } 25 }
26 static method getInt() → core::int 26 static method getInt() → core::int
27 ; 27 ;
28 static method getNum() → core::num 28 static method getNum() → core::num
29 ; 29 ;
30 static method getDouble() → core::double 30 static method getDouble() → core::double
31 ; 31 ;
32 static method main() → dynamic 32 static method main() → dynamic
33 ; 33 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698