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

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

Issue 2658093007: Update rasta direct expectations. (Closed)
Patch Set: Rebased on 5f1092d494bc8cae2b10917fc41c46764e867923. Created 3 years, 11 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/test/fasta/rasta/mixin_library.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/rasta/mixin_library.dart.direct.expect b/pkg/front_end/test/fasta/rasta/mixin_library.dart.direct.expect
index 07424791301364e0793ed18fb03d9e98a012055e..59fc221a5eaefd179398c4f6b811c7708394326d 100644
--- a/pkg/front_end/test/fasta/rasta/mixin_library.dart.direct.expect
+++ b/pkg/front_end/test/fasta/rasta/mixin_library.dart.direct.expect
@@ -3,14 +3,15 @@ import self as self;
import "dart:core" as core;
class Mixin<T extends core::Object> extends core::Object {
- field dynamic x;
- field dynamic y;
- field dynamic z;
- field self::Mixin::T t;
- constructor •() → self::Mixin<self::Mixin::T>
- : self::Mixin::x = self::f(), super core::Object::•();
+ field dynamic x = self::f();
+ field dynamic y = null;
+ field dynamic z = null;
+ field self::Mixin::T t = null;
+ constructor •() → void
+ : super core::Object::•()
+ ;
method foo() → dynamic
- return (throw core::_unresolvedSuperMethodError(this, #foo, <dynamic>[], <dynamic, dynamic>{}, null)).+(self::f());
+ return (throw new core::NoSuchMethodError::•(null, #foo, <dynamic>[], <dynamic, dynamic>{}, null)).+(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