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

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

Issue 2933663002: Annotate targets of implicit this property gets/sets in inference tests. (Closed)
Patch Set: Created 3 years, 6 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 a1276a0ea82adf056f0b2079fa2b9b12686e0873..bc82bff5e3d0dddd77cb2d1ae84073e6581f36dd 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
@@ -14,7 +14,7 @@ class B<E extends core::Object> extends self::A<self::B::E> {
: super self::A::•()
;
get x() → dynamic
- return this.y;
+ return this.{self::B::y};
}
static method foo() → dynamic {
core::int y = new self::B::•<core::String>().{self::B::x};

Powered by Google App Engine
This is Rietveld 408576698