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 |
; |