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

Unified Diff: pkg/front_end/testcases/inference/dont_infer_type_when_initializer_is_null.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/dont_infer_type_when_initializer_is_null.dart
diff --git a/pkg/front_end/testcases/inference/dont_infer_type_when_initializer_is_null.dart b/pkg/front_end/testcases/inference/dont_infer_type_when_initializer_is_null.dart
index 670ca4cf7d4ac4cbc1eb5f3b6b48a19e533cba5e..de4b6f0eb1164f232d2e8b2bf338a9f396638038 100644
--- a/pkg/front_end/testcases/inference/dont_infer_type_when_initializer_is_null.dart
+++ b/pkg/front_end/testcases/inference/dont_infer_type_when_initializer_is_null.dart
@@ -10,3 +10,7 @@ test() {
x = "hi";
x = 3;
}
+
+main() {
+ test();
+}

Powered by Google App Engine
This is Rietveld 408576698