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

Unified Diff: pkg/front_end/testcases/inference/infer_assign_to_property.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/infer_assign_to_property.dart
diff --git a/pkg/front_end/testcases/inference/infer_assign_to_property.dart b/pkg/front_end/testcases/inference/infer_assign_to_property.dart
index f4ca2f50ae086aa06f333450bb59642e51ffb1dc..0e5c656a077224fea5ba9742eeaa0f3a76a1e1d2 100644
--- a/pkg/front_end/testcases/inference/infer_assign_to_property.dart
+++ b/pkg/front_end/testcases/inference/infer_assign_to_property.dart
@@ -25,3 +25,5 @@ var /*@topType=dynamic*/ v_postfix_pp =
(new A(). /*error:TOP_LEVEL_INSTANCE_GETTER*/ f++);
var /*@topType=dynamic*/ v_postfix_mm =
(new A(). /*error:TOP_LEVEL_INSTANCE_GETTER*/ f--);
+
+main() {}

Powered by Google App Engine
This is Rietveld 408576698