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

Unified Diff: pkg/front_end/testcases/classes.dart.direct.expect

Issue 2939533002: Apply transformations after comparing to golden files. (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/classes.dart.direct.expect
diff --git a/pkg/front_end/testcases/classes.dart.direct.expect b/pkg/front_end/testcases/classes.dart.direct.expect
index 55991d92bc04b07ae3b48b018564a2e982f27a91..0c8fd2184cdc7065a319ed0ebe5f93e5d5d79d1a 100644
--- a/pkg/front_end/testcases/classes.dart.direct.expect
+++ b/pkg/front_end/testcases/classes.dart.direct.expect
@@ -20,7 +20,7 @@ class B extends self::A {
;
method method() → dynamic {
core::print("B.method x: ${this.x} y: ${this.y}");
- this.{=self::A::method}();
+ super.method();
}
}
static method main() → dynamic {

Powered by Google App Engine
This is Rietveld 408576698