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

Unified Diff: pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.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_3.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
index f5e9dd330edab61a1c58d5ef19037a21d6dbe30c..2d63a495bb373f519631af48988ad7d4939682c9 100644
--- a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
@@ -19,8 +19,8 @@ class B extends core::Object implements self::A<core::int> {
return "hello";
}
static method foo() → dynamic {
- core::String y = new self::B::•().x;
- core::int z = new self::B::•().x;
+ core::String y = new self::B::•().{self::B::x};
+ core::int z = new self::B::•().{self::B::x};
}
static method main() → dynamic {
self::foo();

Powered by Google App Engine
This is Rietveld 408576698