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

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

Issue 2865403007: Get rid of promotedType=none annotations (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/local_constructor_from_arguments.dart
diff --git a/pkg/front_end/testcases/inference/local_constructor_from_arguments.dart b/pkg/front_end/testcases/inference/local_constructor_from_arguments.dart
index 6852b6273d3e83a9c0a640f59a2392a836877777..b7a4bc5817fb9cbc97bf7da48880b0f8b2aa0aef 100644
--- a/pkg/front_end/testcases/inference/local_constructor_from_arguments.dart
+++ b/pkg/front_end/testcases/inference/local_constructor_from_arguments.dart
@@ -15,7 +15,7 @@ main() {
num y;
C<int> c_int = new /*@typeArgs=int*/ C(
- /*info:DOWN_CAST_IMPLICIT*/ /*@promotedType=none*/ y);
+ /*info:DOWN_CAST_IMPLICIT*/ y);
C<num> c_num = new /*@typeArgs=num*/ C(123);

Powered by Google App Engine
This is Rietveld 408576698