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

Unified Diff: pkg/front_end/testcases/inference/field_refers_to_static_getter.dart

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 side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/testcases/inference/field_refers_to_static_getter.dart
diff --git a/pkg/front_end/testcases/inference/field_refers_to_static_getter.dart b/pkg/front_end/testcases/inference/field_refers_to_static_getter.dart
index 3f5ae588dbdd7fd212b83e15a7c38e239a37167e..de4f4713cabf5fa0cda0d481182d5f13e2ad2b06 100644
--- a/pkg/front_end/testcases/inference/field_refers_to_static_getter.dart
+++ b/pkg/front_end/testcases/inference/field_refers_to_static_getter.dart
@@ -9,3 +9,5 @@ class C {
final /*@topType=int*/ x = _x;
static int get _x => null;
}
+
+main() {}

Powered by Google App Engine
This is Rietveld 408576698