Index: pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect |
diff --git a/pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect b/pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect |
deleted file mode 100644 |
index af7d585acb9ac0cd1d333a897249f7e31204c6d2..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/test/fasta/rasta/issue_000068.dart.outline.expect |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-library; |
-import self as self; |
-import "dart:core" as core; |
- |
-class G<T extends core::Object> extends core::Object { |
- constructor •() → void |
- ; |
-} |
-class A extends core::Object { |
- constructor •() → void |
- ; |
-} |
-class B extends self::A { |
- constructor •() → void |
- ; |
-} |
-class C extends self::B { |
- constructor •() → void |
- ; |
-} |
-static method main() → dynamic |
- ; |