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

Unified Diff: pkg/front_end/testcases/inference/infer_assign_to_index.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_index.dart
diff --git a/pkg/front_end/testcases/inference/infer_assign_to_index.dart b/pkg/front_end/testcases/inference/infer_assign_to_index.dart
index c3060069015d0145d44b85dbc68b77b3579ef771..ef4ae3ee02a8eeb12147ac191bce5204e729fa3a 100644
--- a/pkg/front_end/testcases/inference/infer_assign_to_index.dart
+++ b/pkg/front_end/testcases/inference/infer_assign_to_index.dart
@@ -7,3 +7,5 @@ library test;
List<double> a = <double>[];
var /*@topType=dynamic*/ b = (/*error:TOP_LEVEL_UNSUPPORTED*/ a[0] = 1.0);
+
+main() {}

Powered by Google App Engine
This is Rietveld 408576698