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


                                       

                                             
 
import scala.reflect.runtime.universe._

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