Index: pkg/front_end/test/fasta/rasta/static.dart.outline.expect |
diff --git a/pkg/front_end/test/fasta/rasta/static.dart.outline.expect b/pkg/front_end/test/fasta/rasta/static.dart.outline.expect |
deleted file mode 100644 |
index 3f3156b4e562b86cc31cec33dd24629ca69af2b7..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/test/fasta/rasta/static.dart.outline.expect |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-library; |
-import self as self; |
-import "dart:core" as core; |
- |
-class Foo extends core::Object { |
- static const field dynamic staticConstant; |
- static field dynamic staticField; |
- constructor •() → void |
- ; |
- static method staticFunction() → dynamic |
- ; |
- static get staticGetter() → dynamic |
- ; |
- static set staticSetter(dynamic _) → dynamic |
- ; |
-} |
-static method use(dynamic x) → dynamic |
- ; |
-static method main() → dynamic |
- ; |