Chromium Code Reviews

Unified Diff: compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart

Issue 9124006: Blacklist types from core library, issue 969 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use Set for checking type names. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart b/compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart
deleted file mode 100644
index 2a1c37be3749417bb948368aac04364985d6d178..0000000000000000000000000000000000000000
--- a/compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) 2011, 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.
-
-// Expect error - I is not a class.
-
-interface I {}
-
-class Base extends I {
-}
-
-

Powered by Google App Engine