summaryrefslogtreecommitdiff
path: root/test/files/neg/t6082.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6082 Conditionally expand @ann(x) to @ann(value = x)Jason Zaugg2013-01-131-0/+13
... if the annotation has an argument with the name `value`. Doing so unconditionally obscures error messages. We still require that arguments to ClassFileAnnotations are named, other than for this special case.