summaryrefslogblamecommitdiff
path: root/test/files/neg/annot-nonconst.scala
blob: f9d044a0419027a5b71311b77067659a96b9f29b (plain) (tree)
1
2
3
4
5
6
                                                    




                            
class Length(value: Int) extends ClassfileAnnotation

object Test {
  def n = 15
  @Length(n) def foo = "foo"
}