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

Unified Diff: pkg/front_end/test/fasta/rasta/super_mixin.dart.outline.expect

Issue 2662703002: Update rasta outline expectations. (Closed)
Patch Set: Rebased on 0401b897958de33f8481b9cb323eab53106a3ce9. 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/super_mixin.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/super_mixin.dart.outline.expect b/pkg/front_end/test/fasta/rasta/super_mixin.dart.outline.expect
index d81053fb1e14d09a96258959a4000281a3468ba8..8a2de2ec4f8cec93dc2098e6b8ccf2c97db2f910 100644
--- a/pkg/front_end/test/fasta/rasta/super_mixin.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/super_mixin.dart.outline.expect
@@ -4,110 +4,108 @@ import "dart:core" as core;
import "./mixin_library.dart" as mix;
class Super<S extends core::Object> extends core::Object {
- constructor •() → self::Super<self::Super::S>
- : super core::Object::•();
+ constructor •() → void
+ ;
method foo() → dynamic
- return 40;
+ ;
method f() → dynamic
- return 3;
+ ;
}
class C<V extends core::Object> extends self::Super+Mixin#3<self::C::V, self::C::V> {
- constructor •() → self::C<self::C::V>
- : super self::Super+Mixin#3::•();
+ constructor •() → void
+ ;
}
class D extends self::Super+Mixin#2<dynamic> {
- constructor •() → self::D
- : super self::Super+Mixin#2::•();
+ constructor •() → void
+ ;
}
class C2<V extends core::Object> extends self::Super+Mixin#1<self::C2::V, self::C2::V> {
- constructor •() → self::Super<self::C2::V>
- : super self::Super+Mixin#1::•();
+ constructor •() → void
+ ;
}
class D2 extends self::Super+Mixin#0<dynamic> {
- constructor •() → self::Super<dynamic>
- : super self::Super+Mixin#0::•();
+ constructor •() → void
+ ;
}
abstract class Super+Mixin#0<T extends core::Object> extends self::Super<dynamic> implements mix::Mixin<dynamic> {
field self::Super+Mixin#0::T t;
field dynamic z;
field dynamic y;
field dynamic x;
- constructor •() → self::Super<dynamic>
- : self::Super+Mixin#0::x = mix::f(), super self::Super::•();
+ constructor •() → void
+ ;
method publicMethod() → dynamic
- return this._privateMethod();
+ ;
method _privateMethod() → dynamic
- return 49;
+ ;
method l() → dynamic
- return mix::_private();
+ ;
method h() → dynamic
- return mix::V();
+ ;
method g(self::Super+Mixin#0::T a) → self::Super+Mixin#0::T
- return null;
+ ;
method foo() → dynamic
- return super.{self::Super::foo}().+(mix::f());
+ ;
}
abstract class Super+Mixin#1<T extends core::Object, V extends core::Object> extends self::Super<self::Super+Mixin#1::V> implements mix::Mixin<self::Super+Mixin#1::V> {
field self::Super+Mixin#1::T t;
field dynamic z;
field dynamic y;
field dynamic x;
- constructor •() → self::Super<self::Super+Mixin#1::V>
- : self::Super+Mixin#1::x = mix::f(), super self::Super::•();
+ constructor •() → void
+ ;
method publicMethod() → dynamic
- return this._privateMethod();
+ ;
method _privateMethod() → dynamic
- return 49;
+ ;
method l() → dynamic
- return mix::_private();
+ ;
method h() → dynamic
- return mix::V();
+ ;
method g(self::Super+Mixin#1::T a) → self::Super+Mixin#1::T
- return null;
+ ;
method foo() → dynamic
- return super.{self::Super::foo}().+(mix::f());
+ ;
}
abstract class Super+Mixin#2<T extends core::Object> extends self::Super<dynamic> implements mix::Mixin<dynamic> {
field self::Super+Mixin#2::T t;
field dynamic z;
field dynamic y;
field dynamic x;
- constructor •() → self::Super<dynamic>
- : self::Super+Mixin#2::x = mix::f(), super self::Super::•();
+ constructor •() → void
+ ;
method publicMethod() → dynamic
- return this._privateMethod();
+ ;
method _privateMethod() → dynamic
- return 49;
+ ;
method l() → dynamic
- return mix::_private();
+ ;
method h() → dynamic
- return mix::V();
+ ;
method g(self::Super+Mixin#2::T a) → self::Super+Mixin#2::T
- return null;
+ ;
method foo() → dynamic
- return super.{self::Super::foo}().+(mix::f());
+ ;
}
abstract class Super+Mixin#3<T extends core::Object, V extends core::Object> extends self::Super<self::Super+Mixin#3::V> implements mix::Mixin<self::Super+Mixin#3::V> {
field self::Super+Mixin#3::T t;
field dynamic z;
field dynamic y;
field dynamic x;
- constructor •() → self::Super<self::Super+Mixin#3::V>
- : self::Super+Mixin#3::x = mix::f(), super self::Super::•();
+ constructor •() → void
+ ;
method publicMethod() → dynamic
- return this._privateMethod();
+ ;
method _privateMethod() → dynamic
- return 49;
+ ;
method l() → dynamic
- return mix::_private();
+ ;
method h() → dynamic
- return mix::V();
+ ;
method g(self::Super+Mixin#3::T a) → self::Super+Mixin#3::T
- return null;
+ ;
method foo() → dynamic
- return super.{self::Super::foo}().+(mix::f());
-}
-static method main() → dynamic {
- core::print(new self::C::•<dynamic>().foo());
- core::print(new self::C2::•<dynamic>().foo());
+ ;
}
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698