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

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

Issue 2904263003: Implement type inference for await expressions in front_end. (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/future_union_downwards_2.dart
diff --git a/pkg/front_end/testcases/inference/future_union_downwards_2.dart b/pkg/front_end/testcases/inference/future_union_downwards_2.dart
index 30e4e3cb4ca0c5f7a1fba9a5cbe8a23b8bca391a..e672c25d05c59eca2eaa420b6f488f4fedff6af7 100644
--- a/pkg/front_end/testcases/inference/future_union_downwards_2.dart
+++ b/pkg/front_end/testcases/inference/future_union_downwards_2.dart
@@ -34,3 +34,5 @@ Future<List<int>> g3() async {
return new /*@typeArgs=List<int>*/ MyFuture.value(
/*@typeArgs=int*/ [3]);
}
+
+main() {}

Powered by Google App Engine
This is Rietveld 408576698