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

Unified Diff: pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_4.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/infer_types_on_generic_instantiations_4.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_4.dart.strong.expect b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_4.dart.strong.expect
index b65a43ad05790f14fde57b420b703c6354ed9fef..a1276a0ea82adf056f0b2079fa2b9b12686e0873 100644
--- a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_4.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_4.dart.strong.expect
@@ -17,8 +17,8 @@ class B<E extends core::Object> extends self::A<self::B::E> {
return this.y;
}
static method foo() → dynamic {
- core::int y = new self::B::•<core::String>().x;
- core::String z = new self::B::•<core::String>().x;
+ core::int y = new self::B::•<core::String>().{self::B::x};
+ core::String z = new self::B::•<core::String>().{self::B::x};
}
static method main() → dynamic {
self::foo();

Powered by Google App Engine
This is Rietveld 408576698