Index: test/dart_codegen/types/b.dart |
diff --git a/test/dart_codegen/types/b.dart b/test/dart_codegen/types/b.dart |
deleted file mode 100644 |
index 3a0d3f4bb50378e11875af7645f48e8bca4ce0da..0000000000000000000000000000000000000000 |
--- a/test/dart_codegen/types/b.dart |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-library b; |
- |
-import 'a.dart'; |
- |
-A2A f1(A2A f) => f; |
-D2D f2(D2D f) => f; |
- |
-A f3(A x) => x; |
-dynamic f4(dynamic x) => x; |