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

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

Issue 2882953003: Make another type inference test 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/inferred_type_uses_synthetic_function_type_function_typed_param.dart
diff --git a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart
index 0f4a403ce43ad8fe4de28b101f1e3d45884889d9..17056f9158b7b85dc329058cf6a932fe7a035f22 100644
--- a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart
+++ b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart
@@ -11,3 +11,7 @@ var /*@topType=List<((String) -> int) -> Object>*/ v = /*@typeArgs=((String) ->
f,
g
];
+
+main() {
+ v;
+}

Powered by Google App Engine
This is Rietveld 408576698