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

Unified Diff: pkg/front_end/test/fasta/rasta/super.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.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/super.dart.outline.expect b/pkg/front_end/test/fasta/rasta/super.dart.outline.expect
deleted file mode 100644
index 6e83919105bbd947acbaeb07bc615389abf26b48..0000000000000000000000000000000000000000
--- a/pkg/front_end/test/fasta/rasta/super.dart.outline.expect
+++ /dev/null
@@ -1,60 +0,0 @@
-library;
-import self as self;
-import "dart:core" as core;
-
-class A extends core::Object {
- field dynamic a;
- field dynamic b;
- field dynamic c;
- field dynamic d;
- final field dynamic f;
- constructor •() → void
- ;
- get e() → dynamic
- ;
- set g(dynamic _) → dynamic
- ;
- get h() → dynamic
- ;
- set h(dynamic _) → dynamic
- ;
- get i() → dynamic
- ;
- operator [](dynamic _) → dynamic
- ;
- operator []=(dynamic a, dynamic b) → dynamic
- ;
- operator ~() → dynamic
- ;
- operator unary-() → dynamic
- ;
- operator ==(dynamic other) → dynamic
- ;
- method m() → void
- ;
- method n() → void
- ;
- set n(dynamic _) → dynamic
- ;
-}
-class B extends self::A {
- final field dynamic d;
- constructor •() → void
- ;
- get b() → dynamic
- ;
- set c(dynamic x) → dynamic
- ;
- set i(dynamic x) → dynamic
- ;
-}
-class C extends self::B {
- constructor •() → void
- ;
- method test() → dynamic
- ;
-}
-static method use(dynamic x) → dynamic
- ;
-static method main() → dynamic
- ;
« no previous file with comments | « pkg/front_end/test/fasta/rasta/super.dart.direct.expect ('k') | pkg/front_end/test/fasta/rasta/super_initializer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698