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

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

Issue 2954403002: Add type inference for super method invocations. (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 0c8fd2184cdc7065a319ed0ebe5f93e5d5d79d1a..d0479904838f0b77a00810ffbc89c22b2dc468f9 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}");
- super.method();
+ super.{self::A::method}();
}
}
static method main() → dynamic {

Powered by Google App Engine
This is Rietveld 408576698