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

Unified Diff: pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.expect

Issue 2905123002: Perform type inference on explicitly typed fields. (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/async_closure_return_type_future.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.expect b/pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.expect
index 2cf096d1d2456d2ec1b1faa861b973193005f39f..fab11ed62496afa1209af3b1720e4d6961296849 100644
--- a/pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.expect
@@ -3,9 +3,9 @@ import self as self;
import "dart:async" as asy;
import "dart:core" as core;
-static field () → asy::Future<core::int> f = () → dynamic /* originally async */ {
- final asy::Completer<asy::FutureOr<dynamic>> :completer = asy::Completer::sync<asy::FutureOr<dynamic>>();
- asy::FutureOr<dynamic> :return_value;
+static field () → asy::Future<core::int> f = () → asy::Future<core::int> /* originally async */ {
+ final asy::Completer<asy::FutureOr<core::int>> :completer = asy::Completer::sync<asy::FutureOr<core::int>>();
+ asy::FutureOr<core::int> :return_value;
dynamic :async_op_then;
dynamic :async_op_error;
dynamic :await_jump_var = 0;

Powered by Google App Engine
This is Rietveld 408576698