| Index: tests/language/src/FunctionTypeAlias2NegativeTest.dart
|
| diff --git a/tests/language/src/FunctionTypeAlias2NegativeTest.dart b/tests/language/src/FunctionTypeAlias2NegativeTest.dart
|
| deleted file mode 100644
|
| index 2bd9c9c3f769ebf555821afd430d77ee5ae4b796..0000000000000000000000000000000000000000
|
| --- a/tests/language/src/FunctionTypeAlias2NegativeTest.dart
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright (c) 2012, 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.
|
| -
|
| -
|
| -typedef void funcType(int arg);
|
| -
|
| -class A extends funcType { // illegal, funcType is not a class
|
| -}
|
| -
|
| -main() {
|
| - new A();
|
| -}
|
|
|