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

Unified Diff: pkg/front_end/testcases/rasta/issue_000080.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/rasta/issue_000080.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000080.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000080.dart.direct.expect
index 351344d7e6a8de6045f9e6a23e50e74b246540cd..5f8a44ea00f42e4f3b9101637c64066d6c2973dd 100644
--- a/pkg/front_end/testcases/rasta/issue_000080.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000080.dart.direct.expect
@@ -17,7 +17,7 @@ class Foo extends self::Object&Mixin {
: super core::Object::•()
;
method foo() → dynamic
- return super.foo();
+ return super.{self::Mixin::foo}();
method bar() → dynamic
return super.{self::Mixin::field};
}

Powered by Google App Engine
This is Rietveld 408576698