summaryrefslogblamecommitdiff
path: root/test/files/neg/t6083.scala
blob: 1de18e65279e42a43caf562e1f8b47ec3c87b098 (plain) (tree)
1
2
3
4
5
6
7






                                                                 
object conv {
  implicit def i2s(i: Int): String = ""
}
import conv._

class annot(value: String) extends annotation.ClassfileAnnotation
@annot(101) class C