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

Unified Diff: pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect

Issue 2976283002: Update expectations. (Closed)
Patch Set: Update compile.status. Created 3 years, 5 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/mixin_library.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect b/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
index 3011465cc3d0192ad3fe1b8ac2267d23737af328..bb19d5320363be7711ef53689e47ca12eadc5411 100644
--- a/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/mixin_library.dart.direct.expect
@@ -11,7 +11,7 @@ class Mixin<T extends core::Object> extends core::Object {
: super core::Object::•()
;
method foo() → dynamic
- return this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("foo", <dynamic>[0, 1, 1].toList(growable: false), <dynamic>[this].toList(growable: false), true)).+(self::f());
+ return super.foo().+(self::f());
method g(self::Mixin::T a) → self::Mixin::T
return null;
method h() → dynamic

Powered by Google App Engine
This is Rietveld 408576698