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

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

Issue 2921443002: Implement type inference for PropertyGet. (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/block_bodied_lambdas_infer_bottom_async_star.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.expect b/pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.expect
index 311ad3e1cadecefb69d226486f634db73e6b0567..1a81ded7e4b90c01478e651f3251df0a345eee86 100644
--- a/pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.expect
@@ -48,7 +48,7 @@ static method main() → dynamic /* originally async */ {
};
asy::Stream<dynamic> y = f.call();
asy::Stream<core::String> z = f.call();
- asy::_awaitHelper(f.call().first, :async_op_then, :async_op_error, :async_op);
+ asy::_awaitHelper(f.call().{asy::Stream::first}, :async_op_then, :async_op_error, :async_op);
[yield] null;
core::String s = :result;
}

Powered by Google App Engine
This is Rietveld 408576698