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

Unified Diff: pkg/front_end/testcases/escape.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/testcases/escape.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/cycles.dart.outline.expect b/pkg/front_end/testcases/escape.dart.outline.expect
similarity index 51%
rename from pkg/front_end/test/fasta/cycles.dart.outline.expect
rename to pkg/front_end/testcases/escape.dart.outline.expect
index 94caec38bba78a41d47bf59dbaad5f43d6626de1..916979cee4dcdfcf1a25a1be8f09c1ff16b76e99 100644
--- a/pkg/front_end/test/fasta/cycles.dart.outline.expect
+++ b/pkg/front_end/testcases/escape.dart.outline.expect
@@ -3,20 +3,31 @@ import self as self;
import "dart:core" as core;
class A extends core::Object {
+ field dynamic field;
constructor •() → void
;
}
class B extends core::Object {
+ field dynamic field;
constructor •() → void
;
}
class C extends core::Object {
constructor •() → void
;
+ operator ==(dynamic x) → dynamic
+ ;
}
-class D extends core::Object {
+class X extends core::Object implements self::A, self::B {
+ field dynamic field;
constructor •() → void
;
}
+static method useAsA(self::A object) → void
+ ;
+static method useAsB(self::B object) → void
+ ;
+static method escape(dynamic x) → void
+ ;
static method main() → dynamic
;
« no previous file with comments | « pkg/front_end/testcases/escape.dart.direct.expect ('k') | pkg/front_end/testcases/escape.dart.strong.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698