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

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

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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
deleted file mode 100644
index 8a2de2ec4f8cec93dc2098e6b8ccf2c97db2f910..0000000000000000000000000000000000000000
--- a/pkg/front_end/test/fasta/rasta/super_mixin.dart.outline.expect
+++ /dev/null
@@ -1,111 +0,0 @@
-library;
-import self as self;
-import "dart:core" as core;
-import "./mixin_library.dart" as mix;
-
-class Super<S extends core::Object> extends core::Object {
- constructor •() → void
- ;
- method foo() → dynamic
- ;
- method f() → dynamic
- ;
-}
-class C<V extends core::Object> extends self::Super+Mixin#3<self::C::V, self::C::V> {
- constructor •() → void
- ;
-}
-class D extends self::Super+Mixin#2<dynamic> {
- constructor •() → void
- ;
-}
-class C2<V extends core::Object> extends self::Super+Mixin#1<self::C2::V, self::C2::V> {
- constructor •() → void
- ;
-}
-class D2 extends self::Super+Mixin#0<dynamic> {
- 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 •() → void
- ;
- method publicMethod() → dynamic
- ;
- method _privateMethod() → dynamic
- ;
- method l() → dynamic
- ;
- method h() → dynamic
- ;
- method g(self::Super+Mixin#0::T a) → self::Super+Mixin#0::T
- ;
- method foo() → dynamic
- ;
-}
-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 •() → void
- ;
- method publicMethod() → dynamic
- ;
- method _privateMethod() → dynamic
- ;
- method l() → dynamic
- ;
- method h() → dynamic
- ;
- method g(self::Super+Mixin#1::T a) → self::Super+Mixin#1::T
- ;
- method foo() → dynamic
- ;
-}
-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 •() → void
- ;
- method publicMethod() → dynamic
- ;
- method _privateMethod() → dynamic
- ;
- method l() → dynamic
- ;
- method h() → dynamic
- ;
- method g(self::Super+Mixin#2::T a) → self::Super+Mixin#2::T
- ;
- method foo() → dynamic
- ;
-}
-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 •() → void
- ;
- method publicMethod() → dynamic
- ;
- method _privateMethod() → dynamic
- ;
- method l() → dynamic
- ;
- method h() → dynamic
- ;
- method g(self::Super+Mixin#3::T a) → self::Super+Mixin#3::T
- ;
- method foo() → dynamic
- ;
-}
-static method main() → dynamic
- ;
« no previous file with comments | « pkg/front_end/test/fasta/rasta/super_mixin.dart.direct.expect ('k') | pkg/front_end/test/fasta/rasta/super_operator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698