summaryrefslogblamecommitdiff
path: root/test/files/neg/annot-nonconst.check
blob: bc6a0d2c48da63c0d44e980f3ae0986244d371c7 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                                           
                                                    
       
                                                                                   

                            
                 
               
annot-nonconst.scala:1: 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 Length(value: Int) extends ClassfileAnnotation
      ^
annot-nonconst.scala:5: error: annotation argument needs to be a constant; found: n
  @Length(n) def foo = "foo"
          ^
one warning found
one error found