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

Side by Side Diff: pkg/front_end/testcases/inference/inferred_type_cascade.dart.strong.expect

Issue 2935323002: Lift nearly all top-level type inference restrictions. (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 A extends core::Object {
6 field core::int a = null;
7 field core::List<core::int> b = null;
8 constructor •() → void
9 : super core::Object::•()
10 ;
11 method m() → void {}
12 }
13 static field self::A v = let final self::A #t1 = new self::A::•() in let final d ynamic #t2 = #t1.{self::A::a} = 1 in let final dynamic #t3 = #t1.{self::A::b}.{c ore::List::add}(2) in let final dynamic #t4 = #t1.{self::A::m}() in #t1;
14 static method main() → dynamic {}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698