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

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

Issue 2872903003: Get some more strong mode type inference tests to pass (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/instantiate_to_bounds_invoke_constructor_type_args_exact.dart
diff --git a/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_type_args_exact.dart b/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_type_args_exact.dart
index 83b0d33c6046a6f87fdab2381a2d00a593a2ddf1..cca99f851665fc4a4222468676bdce08d1a6f4c7 100644
--- a/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_type_args_exact.dart
+++ b/pkg/front_end/testcases/inference/instantiate_to_bounds_invoke_constructor_type_args_exact.dart
@@ -8,3 +8,7 @@ library test;
class C<T extends num> {}
var /*@topType=C<int>*/ x = new C<int>();
+
+main() {
+ x;
+}

Powered by Google App Engine
This is Rietveld 408576698