summaryrefslogblamecommitdiff
path: root/test/files/run/macro-undetparams-implicitval/Test.scala
blob: 72fd2f3d72e217e74dcdc38d9ad4239674d13fb5 (plain) (tree)
1
2
3
4
5
6

                                       



                                                       
import scala.reflect.runtime.universe._

object Test extends App {
  def foo[T: TypeTag] = println(implicitly[TypeTag[T]])
  foo
}