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

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

Issue 2931363003: Add type inference for assignments to properties. (Closed)
Patch Set: Created 3 years, 6 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 test;
2 import self as self;
3 import "dart:core" as core;
4
5 class Base extends core::Object {
6 field core::int intProp;
7 field core::num numProp;
8 field core::double doubleProp;
9 constructor •() → void
10 ;
11 }
12 class Test1 extends self::Base {
13 constructor •() → void
14 ;
15 method test() → void
16 ;
17 }
18 class Test2 extends self::Base {
19 constructor •() → void
20 ;
21 method test() → void
22 ;
23 }
24 class Test3 extends self::Base {
25 constructor •() → void
26 ;
27 method test3() → void
28 ;
29 }
30 static method getInt() → core::int
31 ;
32 static method getNum() → core::num
33 ;
34 static method getDouble() → core::double
35 ;
36 static method main() → dynamic
37 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698