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





                                                
class Length(n: Int) extends ClassfileAnnotation

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