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

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

Issue 2865623003: Implement type inference of constructor invocations in Fasta. (Closed)
Patch Set: Created 3 years, 7 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 import "./infer_statics_with_method_invocations_a.dart" as inf;
5
6 class T extends core::Object {
7 static final field self::T foo = self::T::m1(self::T::m2(inf::m3("", "")));
8 constructor •() → void
9 : super core::Object::•()
10 ;
11 static method m1(core::String m) → self::T {
12 return null;
13 }
14 static method m2(dynamic e) → core::String {
15 return "";
16 }
17 }
18 static method main() → dynamic {}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698