langtools/test/tools/javac/typeAnnotations/failures/Scopes.java
changeset 7072 4863847e93a5
parent 7071 8bcda461a06a
child 7073 c27644ae5855
--- a/langtools/test/tools/javac/typeAnnotations/failures/Scopes.java	Tue Oct 19 11:47:17 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-/*
- * @test /nodynamiccopyright/
- * @bug 6843077
- * @summary check that A is accessible in the class type parameters
- * @author Mahmood Ali
- * @compile/fail/ref=Scopes.out -XDrawDiagnostics -source 1.7 Scopes.java
- */
-class Scopes<T extends @UniqueInner Object> {
-  @interface UniqueInner { };
-}