Index: pkg/front_end/test/fasta/accessors.dart.outline.expect |
diff --git a/pkg/front_end/test/fasta/accessors.dart.outline.expect b/pkg/front_end/test/fasta/accessors.dart.outline.expect |
deleted file mode 100644 |
index 0003ea1782fc3b9af2c5c255bd594d346efc93d2..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/test/fasta/accessors.dart.outline.expect |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-library; |
-import self as self; |
-import "dart:core" as core; |
- |
-class C extends core::Object { |
- constructor •() → void |
- ; |
- set onlySetter(dynamic value) → void |
- ; |
- method testC() → dynamic |
- ; |
- method testD() → dynamic |
- ; |
-} |
-class D extends self::C { |
- constructor •() → void |
- ; |
- get onlySetter() → core::String |
- ; |
- set onlySetter(dynamic value) → void |
- ; |
-} |
-static set onlySetter(dynamic value) → void |
- ; |
-static method main() → dynamic |
- ; |