summaryrefslogtreecommitdiff
path: root/test/files/neg/nested-annotation.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/nested-annotation.check')
-rw-r--r--test/files/neg/nested-annotation.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/nested-annotation.check b/test/files/neg/nested-annotation.check
index ca263943fe..c077d35a29 100644
--- a/test/files/neg/nested-annotation.check
+++ b/test/files/neg/nested-annotation.check
@@ -5,6 +5,6 @@ class ComplexAnnotation(val value: Annotation) extends ClassfileAnnotation
^
nested-annotation.scala:8: error: nested classfile annotations must be defined in java; found: inline
@ComplexAnnotation(new inline) def bippy(): Int = 1
- ^
+ ^
one warning found
one error found