summaryrefslogblamecommitdiff
path: root/test/files/neg/nested-annotation.check
blob: ca263943fefb308d8d7ebf6a57f0e5755456066a (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                                                     
                      

                 
nested-annotation.scala:3: warning: Implementation restriction: subclassing Classfile does not
make your annotation visible at runtime.  If that is what
you want, you must write the annotation class in Java.
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