summaryrefslogblamecommitdiff
path: root/test/files/run/t5423.scala
blob: ed1faf0429dfd7df5a0c8ea1d92a36eee95ea9b7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                             
 
                                                     

              
                         
                                   
                        
 
import scala.reflect.mirror._

final class table extends annotation.StaticAnnotation
@table class A

object Test extends App {
  val s = classToSymbol(classOf[A])
  println(s.annotations)
}