test/tools/javac/annotations/typeAnnotations/failures/Scopes.java

Print this page

        

@@ -10,8 +10,8 @@
   // One has to use Scopes.UniqueInner.
   // Annotations with the default @Target are not allowed there,
   // so we also get the second error about the invalid location.
   // Adding the target here doesn't matter, as we don't resolve
   // the annotation type.
-  // @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
+    //@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
   @interface UniqueInner { };
 }