langtools/test/tools/javac/T8182747/BadAnnotationRegressionTest.out
author vromero
Thu, 29 Jun 2017 07:19:44 -0700
changeset 45753 567c159ce16f
permissions -rw-r--r--
8182747: javac crashes on bad annotation value Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45753
567c159ce16f 8182747: javac crashes on bad annotation value
vromero
parents:
diff changeset
     1
BadAnnotationRegressionTest.java:39:16: compiler.err.annotation.value.must.be.class.literal
567c159ce16f 8182747: javac crashes on bad annotation value
vromero
parents:
diff changeset
     2
BadAnnotationRegressionTest.java:41:16: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: int[], int)
567c159ce16f 8182747: javac crashes on bad annotation value
vromero
parents:
diff changeset
     3
BadAnnotationRegressionTest.java:42:15: compiler.err.enum.annotation.must.be.enum.constant
567c159ce16f 8182747: javac crashes on bad annotation value
vromero
parents:
diff changeset
     4
3 errors