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

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

Powered by Google App Engine
This is Rietveld 408576698