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

Side by Side Diff: pkg/front_end/testcases/inference/infer_assign_to_property_super_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 Base extends core::Object { 5 class Base extends core::Object {
6 field core::int intProp; 6 field core::int intProp;
7 field core::num numProp; 7 field core::num numProp;
8 field core::double doubleProp; 8 field core::double doubleProp;
9 constructor •() → void 9 default constructor •() → void
10 ; 10 ;
11 } 11 }
12 class Test1 extends self::Base { 12 class Test1 extends self::Base {
13 constructor •() → void 13 default constructor •() → void
14 ; 14 ;
15 method test() → void 15 method test() → void
16 ; 16 ;
17 } 17 }
18 class Test2 extends self::Base { 18 class Test2 extends self::Base {
19 constructor •() → void 19 default constructor •() → void
20 ; 20 ;
21 method test() → void 21 method test() → void
22 ; 22 ;
23 } 23 }
24 class Test3 extends self::Base { 24 class Test3 extends self::Base {
25 constructor •() → void 25 default constructor •() → void
26 ; 26 ;
27 method test3() → void 27 method test3() → void
28 ; 28 ;
29 } 29 }
30 static method getInt() → core::int 30 static method getInt() → core::int
31 ; 31 ;
32 static method getNum() → core::num 32 static method getNum() → core::num
33 ; 33 ;
34 static method getDouble() → core::double 34 static method getDouble() → core::double
35 ; 35 ;
36 static method main() → dynamic 36 static method main() → dynamic
37 ; 37 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698