summaryrefslogblamecommitdiff
path: root/test/files/run/macro-reify-abstypetag-notypeparams/Test.scala
blob: 34f742b9fb31d5a5f1d303605d2f591c48a2a0f8 (plain) (tree)
1
2
3
4
5
6





                                            
import scala.reflect.runtime.universe._

object Test extends App {
  println(implicitly[AbsTypeTag[Int]])
  println(implicitly[AbsTypeTag[List[Int]]])
}