langtools/test/tools/javac/typeAnnotations/failures/common/arrayclass/DuplicateAnnotationValue.java
changeset 4867 7f4efc9b2f9f
parent 3766 7e2df99e9223
equal deleted inserted replaced
4866:21f0ac9e5a20 4867:7f4efc9b2f9f
     1 /*
     1 /*
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 6843077
     3  * @bug 6843077 6919944
     4  * @summary check for duplicate annotation values
     4  * @summary check for duplicate annotation values
     5  * @author Mahmood Ali
     5  * @author Mahmood Ali
     6  * @compile/fail/ref=DuplicateAnnotationValue.out -XDrawDiagnostics -source 1.7 DuplicateAnnotationValue.java
     6  * @compile/fail/ref=DuplicateAnnotationValue.out -XDrawDiagnostics -source 1.7 DuplicateAnnotationValue.java
     7  */
     7  */
     8 class DuplicateAnnotationValue {
     8 class DuplicateAnnotationValue {