aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t5423.scala
blob: 98aeda1299dcc0efaf30c6b8ad57bfd7ed52735d (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                     
                                             

                                    
 
import scala.reflect.runtime.universe._
import scala.reflect.runtime.{universe => ru}
import scala.reflect.runtime.{currentMirror => cm}

final class table extends annotation.StaticAnnotation
@table class A

object Test extends dotty.runtime.LegacyApp {
  val s = cm.classSymbol(classOf[A])
  println(s.annotations)
}