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

Unified Diff: pkg/front_end/testcases/inference/constructors_inference_f_bounded.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/constructors_inference_f_bounded.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/constructors_inference_f_bounded.dart.strong.expect b/pkg/front_end/testcases/inference/constructors_inference_f_bounded.dart.strong.expect
index 99a8c06758e6e7b7ff84be68f485bc449ccf22d6..43a0a7e9dcb2fdf427903e639bd20cb3f25294bb 100644
--- a/pkg/front_end/testcases/inference/constructors_inference_f_bounded.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/constructors_inference_f_bounded.dart.strong.expect
@@ -17,7 +17,7 @@ class Pair<T extends self::Clonable<self::Pair::T>, U extends self::Clonable<sel
: self::Pair::u = null, self::Pair::t = null, super core::Object::•()
;
get reversed() → self::Pair<self::Pair::U, self::Pair::T>
- return new self::Pair::•<self::Pair::U, self::Pair::T>(this.u, this.t);
+ return new self::Pair::•<self::Pair::U, self::Pair::T>(this.{self::Pair::u}, this.{self::Pair::t});
}
static method main() → dynamic {
final self::Pair<self::Clonable<dynamic>, self::Clonable<dynamic>> x = new self::Pair::_<self::Clonable<dynamic>, self::Clonable<dynamic>>();

Powered by Google App Engine
This is Rietveld 408576698